@charset "UTF-8";  
@font-face{
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/pfdindisplaypro-reg.eot');
    src: url('../fonts/pfdindisplaypro-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-reg.woff') format('woff'),
         url('../fonts/pfdindisplaypro-reg.ttf') format('truetype'),
         url('../fonts/pfdindisplaypro-reg.svg#pf_dindisplay_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/pfdindisplaypro-bold.eot');
    src: url('../fonts/pfdindisplaypro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-bold.woff') format('woff'),
         url('../fonts/pfdindisplaypro-bold.ttf') format('truetype'),
         url('../fonts/pfdindisplaypro-bold.svg#pf_dindisplay_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
.error::-webkit-input-placeholder{
	color: #f00;
}
.error:-moz-placeholder{
	color: #f00;
}
.error::-moz-placeholder{
	color: #f00;
}
.error:-ms-input-placeholder{
	color: #error;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font-family: 'PF DinDisplay Pro', sans-serif;
	font-size: 14px;
	color: #000;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	border: 0 none !important;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 3px 0;
	height: 132px;
	resize: none;
}
select{
	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 229px;
	height: 24px;
	font-size: 12px;
	color: #a09d94;
	border: solid 1px #a09d94;
	text-indent: 0.01px;
    text-overflow: '';
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand{
	opacity: 0;
	display: none;
}
.input-box{
	display: inline-block;
	border: solid 1px #000;
	border-right-color: #828282;
	border-bottom-color: #828282;
	background: #fff;
}
.input{
	display: inline-block;
	padding: 0 6px;
	border: solid 1px #000;
	border-right-color: #828282;
	border-bottom-color: #828282;
	background: #fff;
}
.input-box .input{
	background: none;
}
.input.textarea{
	padding-right: 0;
}
.input.select{
	position: relative;
	padding: 0;
}
.input-box .img,
.input-box .input{
	display: table-cell;
	width: 1000px;
	border: 0 none;
	vertical-align: middle;
}
.input-box .img{
	width: 0;
	padding: 2px 0 0 6px;
}
.input-box .img.textarea{
	padding-top: 3px;
	vertical-align: top;
}
.input-box img{
	font-size: 0;
	line-height: 0;
}
.input-box .img img{
	max-width: none;
	max-height: none;
	vertical-align: 2px;
}
.input.select:after{
	pointer-events: none;
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 5px 0 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	content: '▼';
	background: #a09d94;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.input.select:hover:after,
.input.select.focus:after{
	background: #f26122;
}
form .error{
	color: #af1e23;
	font-weight: bold;
	border-color: #af1e23;
	background-image: url('../images/error.png');
}
form textarea,
form textarea.error{
	background-position: right 3px;
	background-position: right 6px top 3px;
}
.button{
	cursor: pointer;
	display: inline-table;
	table-layout: fixed;
	width: 108px;
	height: 24px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: 0 none;
	background: #8dc63f;
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	-moz-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
}
.button.orange{
	background: #ffd600;
}
.button:hover{
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #8dc63f;
	-moz-box-shadow: inset 0 0 0 1px #8dc63f;
	box-shadow: inset 0 0 0 1px #8dc63f;
}
.button.orange:hover{
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #ffd600;
	-moz-box-shadow: inset 0 0 0 1px #ffd600;
	box-shadow: inset 0 0 0 1px #ffd600;
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 1px #bcb9b1;
	border-bottom: solid 1px #fff;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
/* off */

/* text */
.plaintext{
	text-align: left;
}
.plaintext h1,
h1.title,
.plaintext h2,
h2.title{
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	color: #8dc63f;
}
.plaintext h3,
h3.title{
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: bold;
}
.plaintext p,
.plaintext img{
	margin: 0 0 12px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 12px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 12px 20px !important;
}
.plaintext ol,
.plaintext ul{
	padding: 0 0 12px 22px;
}
.plaintext ol li,
.plaintext ul li{
	margin: 4px 0 0;
}
.plaintext ol li:first-child,
.plaintext ul li:first-child{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: none;
}
.plaintext ul li:before{
	position: absolute;
	margin: 0 0 0 -22px;
	content: ' ';
	width: 17px;
	height: 16px;
	background: url('../images/li.png') no-repeat;
}
.plaintext table{
	margin: 0 0 12px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.plaintext .table td{
	padding: 5px 6px 2px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #fff;
}
.plaintext .table td:first-child{
	border-left: solid 1px #000;
}
.plaintext .table tr:first-child td:first-child{
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
.plaintext .table tr:first-child td:last-child{
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.plaintext .table tr:last-child td:first-child{
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.plaintext .table tr:last-child td:last-child{
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.plaintext .table tr:first-child td{
	text-align: center;
	text-transform: uppercase;
	border-top: solid 1px #000;
	background: #83bc41;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
/* off */

#up2top{
	opacity: 0.75;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 20px;
	margin-left: 500px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}
#up2top:hover{
	opacity: 1;
/*	filter: none;
    -webkit-filter: none;*/
}
.fancybox-margin #up2top{
	margin-left: 493px;
}

#wrapper{
	overflow: hidden;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/bg.jpg') repeat-y top;
	background-size: 100% auto;
}
.inside{
	width: 960px;
	margin: 0 auto;
}
.block{
	padding: 28px 0;
}
/* header */
header{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 163px;
	left: 0;
	right: 0;
	top: 0;
	background: #231f20;
	-webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 13px rgba(0,0,0,0.2);
	box-shadow: 0 1px 13px rgba(0,0,0,0.2);
}
header.fixed{
	height: 130px;
}
.logo{
	height: 80px;
	padding: 20px 0;
}
.fixed .logo{
	height: 47px;
}
.nav{
	z-index: 10;
	font-size: 16px;
	font-weight: bold;
	color: #fff200;
	white-space: nowrap;
}
.nav ul{
	border-spacing: 28px 0;
}
.nav span{
	cursor: pointer;
	display: inline-block;
	padding: 4px 8px 3px;
	border: solid 2px transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav span:hover,
.nav li.active span{
	border-color: #fff200;
}
.nav li.active span{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 0 0 255px;
}
#about{
	padding-top: 191px;
	background: url('../images/about-bg.jpg');
}
.bio-logo figcaption{
	padding: 10px 0 34px;
	font-size: 22px;
	font-weight: bold;
}
.about-table{
	width: 100%;
	font-size: 0;
}
.about-table > .td{
	width: 50%;
}
.about-table > .td:first-child,
.about-table > .td:last-child{
	width: 0;
}
.about-table > .td:first-child{
	padding-right: 33px;
}
.about-table > .td:last-child{
	padding-left: 33px;
}
.about-item{
	display: inline-block;
	width: 192px;
	height: 286px;
	background: rgba(141,198,63,0.34);
}
.about-item .td{
	width: 192px;
}
.item-title .td{
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	height: 100px;
}
.item-title .txt{
	display: block;
	padding: 8px 20px 0;
}
.about-item .img .td{
	height: 186px;
	vertical-align: top;
}
.about-table .dot{
	width: 8px;
	height: 8px;
	margin: 10px auto 0;
	background: rgba(141,198,63,0.34);
}
.about-image{
	padding: 10px 0 60px;
}
#features{
	background: #e6dfd7;
}
#features .feature{
	position: absolute;
	width: 100px;
}
#features .feature .txt{
	padding: 10px 0 0;
}
#features .feature:hover .circle{
	background: #8dc63f;
}
#features .feature-1{
	left: 40px;
	top: 0;
}
#features .feature-2{
	left: 0;
	top: 190px;
}
#features .feature-3{
	left: 40px;
	top: 380px;
}
#features .feature-4{
	right: 40px;
	top: 0;
}
#features .feature-5{
	right: 0;
	top: 190px;
}
#features .feature-6{
	right: 40px;
	top: 380px;
}
#features .inside{
	margin-top: 55px;
	margin-bottom: 55px;
	padding: 15px 0;
}
.product{
	padding: 75px 0 0;
}
.product:last-child{
	padding-bottom: 70px;
}
.product .title{
	margin: 0 0 40px;
}
.product .title .img{
	display: block;
	margin: 0 0 15px;
}
.instruction-table{
	margin: 30px 0 0;
}
.mainimage{
	padding: 0 0 40px;
}
.maindesc{
	padding: 0 0 40px;
	width: 474px;
	font-size: 14px;
	line-height: 16px;
}
.maindesc h2{
	font-size: 14px;
	margin: 0 0 4px;
}
.maindesc h2 img{
	margin: 0 6px 0 0;
	vertical-align: -4px;
}
.maindesc .table{
	font-size: 12px;
}
.video-container{
	width: 480px;
	height: 247px;
	background: #83bc41 url('../images/yt.png') no-repeat;
}
.video-desc{
	width: 438px;
	height: 205px;
	padding: 20px;
	border: solid 1px #c7c0b5;
	background: #eee7de;
}
.video-desc h2{
	margin: 10px 0 30px;
	font-size: 14px;
	text-align: center;
}
.video-desc .yt{
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.video-desc .yt a{
	display: inline-block;
	text-decoration: none;
}
.video-desc .yt .icon{
	width: 36px;
	height: 36px;
	margin: 0 12px 0 0;
	vertical-align: -12px;
	background: url('../images/yt-icon.png') no-repeat;
}
.video-desc .yt:hover .icon{
	background-image: url('../images/yt-over.png');
}
.video-desc:before{
	position: absolute;
	right: -11px;
	top: 50%;
	width: 11px;
	height: 17px;
	margin: -9px 0 0;
	content: ' ';
	background: url('../images/angle.png') no-repeat;
}
.video-desc.right:before{
	left: -11px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#buy{
	padding: 70px 0;
	background: #e6dfd7;
}
#buy h2.title{
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
#buy h2.title img{
	vertical-align: -3px;
	margin: 0 4px 0 0;
}
.gmap-popup{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -143px 0 0 -480px;
	width: 195px;
	height: 229px;
	padding: 28px 40px;
	color: #432e25;
	text-align: center;
	background: url('../images/about-bg.jpg');
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
.gmap-popup img{
	margin: 0;
}
.gmap-popup a{
	text-decoration: none;
}
.gmap-popup a:not(.inline-block):hover{
	text-decoration: underline;
}
.gmap-popup .inline-block{
	padding: 2px 20px;
	border: solid 1px #000;
}
.gmap-popup .inline-block:hover{
	background: #ffe000;
}
.seo-text{
	padding: 70px 0;
	background: url('../images/about-bg.jpg');
}
.addFile{
	display: inline-table;
	width: 141px;
	color: #000;
}
.addFile .img{
	width: 8px;
	padding-left: 8px;
}
.addFile .txt{
	padding: 2px 8px 0 0;
}
.addFile img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.fileName{
	display: inline-block;
	max-width: 124px;
	margin: 4px 0 0;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.removeFile{
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 4px;
	font-size: 14px;
	color: #f00;
	vertical-align: 6px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.removeFile:hover{
	color: #000;
}
/* content off */

/* footer */
footer{
	min-width: 960px;
	height: 255px;
	margin: -255px 0 0;
	color: #fff;
	background: #231f20;
}
footer .copy{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	line-height: 42px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.footer-logo{
	padding: 12px 0;
	height: 47px;
}
.footer-contacts{
	padding: 6px 0 18px;
}
.footer-contacts li{
	margin: 0 16px;
}
.footer-contacts a{
	text-decoration: none;
}
.footer-contacts a:hover{
	text-decoration: underline;
}
.footer-contacts li img{
	margin: 0 8px 0 0;
	vertical-align: -2px;
}
.socials li{
	margin: 0 6px;
}
.socials img{
	opacity: 1;
}
.socials img:first-child{
	opacity: 0;
	position: absolute;
}
.socials a:hover img{
	opacity: 0;
}
.socials a:hover img:first-child{
	opacity: 1;
}
/* footer off */

/* popup & vacancy form */
.form-fancy .fancybox-skin{
	position: relative;
	color: #000;
	text-shadow: none;
	background: url('../images/about-bg.jpg');
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-fancy .fancybox-close{
	right: 13px;
	top: 13px;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url('../images/close.png') no-repeat center center;
}
.feedback-form{
	width: 640px;
}
.popup.feedback-form h3,
.after-send h3{
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 20px;
}
.popup .before-send table td{
	width: 33%;
	padding: 5px 0 0 5px;
	vertical-align: top;
	text-align: right;
}
.popup .before-send table tr:first-child td{
	padding-top: 0;
}
.popup .before-send table td:first-child{
	padding-left: 0;
}
.popup .addFile{
	margin-left: 10px;
}
.popup [colspan] .input-box{
	margin-bottom: 10px;
}
.after-send{
	display: none;
	text-align: center;
	color: #000;
	font-size: 16px;
}
.after-send p{
	margin: 0;
}
.popup .after-send .td{
	width: 640px;
	height: 267px;
}
/* popup & vacancy form off */

/* map */
.ukr-map{
	position: absolute;
	right: 0;
	top: 100px;
}
.ukr-map .city{
	position: absolute;
	left: 0;
	top: 0;
}
.ukr-map .city div{
	cursor: pointer;
    position: absolute;
    font-size: 7px;
	line-height: 125%;
    color: #737272;
    text-transform: uppercase;
}
.ukr-map .city div.capital{
	font-size: 8px;
	font-weight: bold;
}
.ukr-map .city div .moon{
	position: absolute;
	width: 11px;
	height: 8px;
	background: url('../images/map/city-ua.png') no-repeat center center;
}
.map canvas{
	left: 1px !important;
}
/* map off */

/* shop list */
.region-name{
	width: 350px;
	font-size: 20px;
	line-height: 100%;
	color: #8dc63f;
	padding: 0 0 40px;
}
.region-name img{
	margin: 0 20px 0 0;
	vertical-align: -5px;
}
.stores-list .info{
	padding: 30px 0 0;
	width: 390px;
	height: 275px;
	color: #000;
	line-height: 20px;
}
.stores-list .items{
	min-height: 60px;
}
.stores-list .item h3{
	display: none;
	padding: 0 0 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 100%;
	font-weight: normal;
	color: #808285;
	text-transform: uppercase;
}
.stores-list .item+.item h3{
	width: auto;
}
.stores-list .item h3 img{
	margin: 0 0 0 20px;
}
.shop-list{
	margin: 0 4px 20px;
}
.shop-list td{
	padding: 0 0 0 100px;
	width: 36.9%;
	vertical-align: top;
}
.shop-list td:first-child{
	padding: 0;
	width: 26.2%;
}
.shop-list .shop-name{
	padding-left: 20px;
}
.shop-list ul{
	padding: 0;
	margin: 0;
}
.shop-list ul li{
	list-style: none;
}
.shop-list ul.shop-list-ul{
	padding: 0 0 20px;
}
.shop-list li.shop-list-li{
	position: relative;
	padding: 0 0 0 20px;
}
.shop-list ul.shop-list-ul ul li{
	padding-top: 4px;
}
.shop-list .shop-text{
	padding-top: 4px;
}
.li-show{
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 8px;
	line-height: 16px;
	text-align: center;
}
.li-show:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: '▼';
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.li-show:hover:after{
	color: #8dc63f;
}
.li-show.opened:after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.shop-map{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 4px;
	width: 9px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	color: transparent;
}
.shop-map a{
	display: block;
	width: 9px;
	height: 15px;
	text-indent: -1000px;
	background: url('../images/location.png') no-repeat center top;
}
.show-map-note{
	position: absolute;
	right: 20px;
	top: 120px;
	width: 56px;
	height: 24px;
	padding: 0 0 0 16px;
	font-size: 14px;
	line-height: 13px;
	color: #808285;
	text-align: right;
}
.show-map-note img{
	position: absolute;
	left: 0;
	top: 4px;
}
.shop-list .shop-name{
	text-decoration: none;
}
.shop-list .shop-name:hover{
	text-decoration: underline;
}
/* shop list off */

/* intro */
.intro{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url('../images/intro.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.intro h1{
	margin: 0 0 70px;
	font-size: 22px;
	font-weight: bold;
	text-shadow: -1px 1px 0 #254115;
}
.button-intro{
	width: 180px;
	height: 41px;
	margin: 70px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	color: #8dc63f;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 0 2px transparent;
	-moz-box-shadow: inset 0 0 0 2px transparent;
	box-shadow: inset 0 0 0 2px transparent;
}
.button-intro a{
	display: block;
	width: 180px;
	height: 41px;
	text-decoration: none;
}
.button-intro:hover{
	color: #fff;
	background: #8dc63f;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}
/* intro off */
















/* eof */