*{
	margin: 0;
	padding: 0;
	border:0;
}
html, body {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
html{
	height:1px;
	min-height:100%;
}
body{
	height:1px;
	min-height:100%;
	box-sizing: border-box;
	position:relative;
}
img{
	display:block;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:underline;
}
ol, ul {
    list-style: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width:1200px;
}
.wrapper2 {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
/*скрол*/
/*::-webkit-scrollbar{width:12px;}
::-webkit-scrollbar-thumb{border:1px solid #000;background-color: #fff;}
::-webkit-scrollbar-thumb:hover{background-color: #222;}
::-webkit-scrollbar-track{}
::-webkit-scrollbar-track:hover{background-color: #eee;}*/
/*header*/
#menubutton{
	display:none;
}
nav{
	position:relative;
	width:100%;
	top:0px;
	border-bottom:1px solid #222;
	background:#fff;
}
.nav_in2{
	background:#222;
	height:25px;
	width:100%;
}
.topmenu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0px 20px;
	box-sizing: border-box;
	display:flex;
	flex-direction: row;
}
.topmenu .custom{
	float:left;
	color:#fff;
	height:25px;
	line-height:25px;
	flex: 1 0 auto;
}
.topmenu .custom a, .footerin .custom a{
	color:#fff;
}
.nav_in{
	position:relative;
	width:100%;
	min-height:80px;
	max-width:1200px;
	margin:0 auto;
	padding:0px 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.alogo{
	float:left;
	display:block;
	width:210px;
	height:85px;
}
.alogo div{
	width:100%;
	height:100%;
	background:url(../images/logo3.png) no-repeat center;
}
.menu_top{
	text-align:right;
	float:left;
	flex: 0 0 auto;
}
.menu_top li{
	display:inline;
	margin-left:20px;
	line-height:25px;
}
.menu_top li a{
	color:#fff;
	text-transform: uppercase;
}
.nav_in .custom{
	width:215px;
	float:right;
	text-align:right;
	padding:13px 0px;
}
.nav_in .button{
	display:none;
	/*position:absolute;
	right:20px;
	bottom:9px;
	width:27px;
	height:25px;
	opacity:0;*/
}
#jshop_search{
	border:none;
	width:145px !important;
	padding:5px 27px 5px 5px;
	height:25px;
	background:url(../images/search.jpg) no-repeat right center, #ddd;
	position:relative;
	left:5px;
	margin:0;
	float:left;
	box-sizing:border-box;
}
#id_currency{
	float:right;
	height:25px;
	border:1px solid black;
	font-size:14px;
	padding:2px 5px;
}
/*.authlogo{
	padding:5px;
}*/
.cartlogo{
	background:url(../images/new.png) no-repeat right center;
	padding:5px 30px 5px 5px;
	background-size: contain;
}
.menu_top .active > a{
	text-decoration:underline;
}
.nav_in .menu{
    width:calc(100% - 425px);
	float:left;
	position:relative;
	height: 80px;
    line-height: 100px;
}
.nav_in .menu li{
    display:inline;
	margin-left:20px;
	font-size: 18px;
	position:relative;
}
/*.menu_bottom > li > a{
	text-decoration:underline;
}*/
.menu li:hover > a{
	text-decoration:none;
	border-bottom: 1px solid black;
}
.menu li ul a:hover, .menu li ul li.active a{
    color:#ff8400;
	text-decoration:underline;
	border-bottom:none;
}
.menu li.parent{
    padding-right:15px;
	padding-bottom:15px;
}
.menu li.parent:before{
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    right: 0px; top: 10px; /* Положение треугольника */
    border: 5px solid transparent; /* Прозрачные границы */
    border-top: 5px solid black; /* Добавляем треугольник */
}
.menu li.parent:hover:before{
    border-top: 5px solid #ff8400; /* Добавляем треугольник */
}
.menu li ul{
    display:none;
}
.nav_in .menu li ul li{
    display:block;
	margin-left:10px;
	font-size:16px;
}
.menu li ul li a{
    display:block;
	margin: 10px 30px 10px 10px;
	line-height:20px;
	letter-spacing:0px;
}
.menu li:hover ul{
    display:block;
	position:absolute;
	background: #ddd;
    top: 35px;
    left: 0px;
	width:320px;
	z-index:100;
}
.menu li:hover ul:before{
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 10px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ddd;
}
/*.divider{
	line-height: 1px;
    border-bottom: 1px solid red;
    margin: 0px 10px;
    color: #ddd;
}*/
.breadcrumb{
	width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0px auto;
	padding:10px 20px 0px;
    box-sizing: border-box;
    clear: both;
}
.breadcrumb li,.breadcrumb img{
	display:inline-block;
}
article{
	width:100%;
	max-width:1200px;
	position:relative;
	margin:0px auto 0px;
	padding:0px 20px 50px;
	box-sizing: border-box;
	clear:both;
}
article div{
	position:relative;
}
article p{
	padding:10px 0px;
	font-size:16px;
}
.mainul li{
	margin-left:40px;
	list-style-type: disc;
    padding: 5px 0px;
}
.list_attribute p{
	margin:0;
}
.sliderrr{
	width:100%;
	max-width:1200px;
	position:relative;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
}
.items-leading > div{
	width:33%;
	float:left;
	padding:0 1%;
	box-sizing:border-box;
}
.moduletablelast,.moduletablelabel{
	overflow:hidden;
	clear:both;
}
.moduletablelast  h3,.moduletablelabel h3{
	width:100%;
	max-width:1200px;
	position:relative;
	margin:30px auto;
	font-size:30px;
	padding:0px 20px;
	box-sizing: border-box;
}
h1,.related_header{
	width:calc(100% - 100px);
	max-width:1200px;
	position:relative;
	margin:20px auto;
	font-size:30px;
	box-sizing: border-box;
}
/*.latest_products,.label_products {
	width:100%;
	max-width:1200px;
	position:relative;
	margin:0px auto;
	overflow:hidden;
	padding:0px 20px;
	box-sizing: border-box;
}*/
.jshop_categ {
	width:16.6666%;
	padding:10px;
	box-sizing:border-box;
	float:left;
	text-align:center;
	min-height:240px;
}
.jshop_list_product{
	/*overflow: hidden;*/
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_item{
    width: 15.6666%;
    /*min-height: 325px;*/
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin: 1% 0.5% 1%;
    background: white;
}
.block_item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.block_item .image{
	position:relative;
	width:100%;
	height:170px;
	text-align:center;
	margin-top:50px;
}
.imagecont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	white-space: nowrap;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align:middle;
}
.jshop_img{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:150px;
}
.hidde_img{
	display:none;
	z-index:100;
}
.hidde_img img{
	width:300px;
	max-width:none;
	position:absolute;
	left:calc(50% - 150px);
	top:calc(50% - 130px);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product_label{
	position:absolute;
	display:block;
	padding:5px 15px 5px 5px;
	top:30px;
	right:0px;
	background:rgba(255, 0, 0, 0.6);
	color:#fff;
	z-index:5;
	font-size:20px;
	overflow:visible;
}
.product_label:after {
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 22px solid rgba(255, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: -22px;
}
.gallery .product_label{
	right:0px;
}
.block_item .review_mark{
	margin:10px auto;
	width:80px;
}
.name{
	font-size: 18px;
	font-weight:700;
	margin:10px auto;
	position:relative;
}
.block_item .name{
	font-size: 18px;
	font-weight:700;
	margin:10px auto;
	position:absolute;
	overflow:hidden;
	height:50px;
	width:100%;
}
.swiper-container .name{
	max-width:150px;
	width:100%;
	position:absolute;
	height:75px;
	overflow:hidden;
}
.block_item:hover .name{
	overflow:visible;
	z-index:10;
}
.name a:hover{
	text-decoration:none;
}
.old_price{
	text-decoration: line-through;
	color:grey;
	font-size:16px;
	margin:0px 5px;
	clear:both;
}
#block_price{
	color:red;
}
.jshop_price{
	font-size:18px;
	font-weight:700;
	clear:both;
	color:red;
}
#onlyinfo{
	position:relative;
	margin-top:20px;
}
.block_item:hover .name a{
	color:red;
}
.sblockmain{
	width:33.3333%;
	float:left;
	text-align:center;
	position:relative;
	overflow:hidden;
}
#sort_count{
	position:absolute;
	top:-45px;
	right:0px;
}
.form_sort_count{
	margin:0px;
	overflow:hidden;
}
.form_sort_count .control-group{
	float:right;
	clear:both;
}
.loginform input,.formregister input,.adressform input{
	border:1px solid #000;
	display:block;
	padding:5px;
	font-size:16px;
}
.box_products_sorting div,.box_products_count_to_page div{
	float:left;
}
#jshop_menu_order{
	margin:20px auto;
}
#jshop_menu_order .active_step{
	font-weight:700;
}
#jshop_menu_order td{
	width:50%;
	text-align:center;
}
#order{
	float:right;
	width:130px;
	margin-left:10px;
}
.text_pay_without_reg{
	text-align: center;
    display: block;
    margin-bottom: 20px;
}
.text_pay_without_reg a{
	color:red;
	font-weight:700;
	text-decoration:underline;
}
.icon-arrow{
	display:block;
	float:right;
}
.icon-arrow img{
	margin-top:8px;
	margin-left:5px;
}
.controls select, .span10 .inputbox{
	border:1px solid #000;
	display:block;
	padding:5px;
	font-size:16px;
}
#form-login-username label,#form-login-password label{
	width:75px;
	display:block;
}
.registration .controls input,.remind .controls input,.reset .controls input,.editaccount_block .controls input{
	border:1px solid #000;
	display:block;
	padding:5px;
	font-size:16px;
	margin:10px 0px;
}
.box_products_sorting{
	margin-bottom:10px;
}
.box_products_count_to_page .controls{
	float:left;
	margin-left:10px;
}
.control-label{
	font-size:16px;
	line-height:30px;
}
.gallery{
	width:60%;
	float:left;
	margin-bottom:30px;
	position:relative;
}
.my-foto{
	width:100%;
	max-width:400px;
	margin:0 auto;
	cursor:pointer;
}
.w50{
	width:50%;
	float:left;
	padding:20px;
	box-sizing:border-box;
}
.w100{
	padding:20px;
	box-sizing:border-box;
}
.descr{
	width:40%;
	float:left;
	padding-left:20px;
	box-sizing: border-box;
	margin-bottom:30px;
}
.descr h1{
	margin:10px 0px;
}
.descr .review_mark{
	position:absolute;
	top:5px;
	right:0px;
}
.review_user{
	font-weight:700;
	font-size:16px;
}
.review_text{
	margin-bottom:20px;
}
.jshop_code_prod{
	font-size:13px;
	display:block;
}
.review_mark > div{
	float:left;
	margin-right:10px;
}
.prod_price{
	font-size:20px;
	font-weight:700;
	margin:20px 0px;
}
.extra_fields,.prod_buttons{
	margin-top:20px;
	position:relative;
}
.jshop_prod_attributes,#lightgallery{
	overflow:hidden;
}
.attributes_name{
	font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
}
.swiper-slide input{
	display:none;
}
.swiper-slide label{
	display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
	max-width:150px;
}
.swiper-container .swiper-slide {
    width: auto;
	padding:5px;
}
.swiper-slide img{
    width: 100%;
	max-width:150px;
	cursor:pointer;
	box-sizing:border-box;
}
/*.swiper-slide:first-of-type img{
    border:1px solid red;
}*/
.block_item .extra_fields{
	margin-top:0px;
	font-size:13px;
}
.attributes_title,.extra_fields_value,#block_weight,.descr .manufacturer_name span{
	font-weight:700;
}
.prod_qty_input{
	float:left;
	height:30px;
	width:100px;
}
.prod_qty_input_list{
	height:30px;
	width:94px;
	margin:0 auto;
}
.prod_qty_input_list input[type="text"] {
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
    position: absolute;
    left: 32px;
    box-sizing: border-box;
    top: 0px;
    margin: 0;
}
.buttons{
	float:left;
	height:30px;
}
.buttons_list{
	padding:5px 0px; 
}
.buttons_list a{
	display:block;
	width: 94px;
	margin:0 auto;
    height: 30px;
	line-height: 30px;
    font-weight: 700;
	padding:0 10px;
	box-sizing:border-box;
    border: none;
    color: #fff;
    background:#000;
}
.prod_buttons input[type="text"] {
	width: 30px;
	height:30px;
    padding: 5px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
    position: absolute;
    left: 32px;
	box-sizing:border-box;
	top:0px;
	margin:0;
}
.product_minus {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
	background:none;
	font-size:20px;
	box-sizing:border-box;
}
.product_plus {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 64px;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
	background:none;
	font-size:20px;
	box-sizing:border-box;
}

input.button{
	width: auto;
    height: 27px;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
	background:none;
	padding:0 10px;
	font-size:16px;
	margin:0 auto;
}
.buttons input{
	width: auto;
    height: 30px;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
	background:none;
	padding:0 10px;
	font-size:16px;
	position: relative;
    top: 0px;
    left: 0px;
	box-sizing:border-box;
}
input[type="submit"] {
    border: none;
    color: #fff;
    background:#000;
	font-family: 'Roboto Condensed', sans-serif;
}

.jshop_pagination{
	clear:both;
	text-align: center;
    margin-bottom: 25px;
}
#tabs{
	clear:both;
	margin-top:20px;
	float:left;
}
.ui-tabs-tab{
	width:auto;
	float:left;
	padding:5px 10px;
	margin:0px 5px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.ui-tabs-active{
	top: 1px;
    position: relative;
    background: #fff;
    z-index: 5;
}
.ui-tabs-panel{
	clear:both;
	border:1px solid #000;
	padding:20px;
}

#jshop_review_write .row-fluid{
	width:100%;
	margin-bottom: 10px;
	text-align: center;
}
#jshop_review_write .inputbox{
    width:100%;
	height: 30px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 700;
    background: none;
    font-size: 16px;
	box-sizing: border-box;
}
.related_header{
	clear:both;
}
.pagination li{
	list-style:none;
	display:inline-block;
	margin:0 10px;
	padding:0;
}
.stars_no_active {
    height: 16px;
    background-image: url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}

div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
#jshop_module_cart .name{
	width:75%;
}
#jshop_module_cart .qtty{
	width:5%;
	min-width:30px;
	text-align:right;
}
#jshop_module_cart .summ {
	width:20%;
	min-width:100px;
	text-align:right;
}
#jshop_module_cart .name span{
	font-size:12px;
}
.module_cart_total{
	margin-top:20px;
}
.module_cart_total td{
	text-align:right;
}
.jshop .jshop_prod_cart{
	clear:both;
	overflow:hidden;
	padding:15px 0px;
}
.jshop .jshop_prod_cart p{
	padding:0px;
}
.tdcart{
	width:23%;
	float:left;
}
.tdcart:first-of-type{
	width:31%;
}
.tdcart:last-of-type,.pull-right{
	text-align:right;
}
#checkout > div{
	width:50%;
	float:left;
	margin:20px 0px;
	font-size:16px;
}
.jshop_img_description_center img{
	width:200px;
}
.jshop_prod_cart .prod_buttons{
	margin-top:0px;
}
.ruleimg img{
	display:inline;
	cursor:pointer;
	top: 7px;
    position: relative;
}
.inputbox,.controls .btn,.controls button,.input-small{
	border:1px solid #000;
	padding:5px;
	background:none;
	cursor:pointer;
	font-size:16px;
}
.jshop_register .inputbox{
	display:block;
	margin:10px auto;
	width:200px;
	box-sizing:border-box;
}
#limit{
	width:auto;
}
.input-small{
	border:1px solid #000;
	padding:5px;
	margin:5px 0px;
	background:none;
	cursor:pointer;
}
.cart_block_discount,/*.jshop_subtotal,*/.login_block,.register_block {
	width:50%;
	float:left;
}
.cart_buttons{
	clear:both;
}
.total .name,.discount .name,.subtotal .name,.weightorder{
	text-align:right;
}
.page-header,.item-title{
	text-align:center;
	margin: 10px 0px;
}
div[itemprop="articleBody"] li{
	margin-left:40px;
	list-style-type:circle;
}
div[itemprop="articleBody"] h3{
	padding:20px 0px;
	clear:both;
}
h4{
	margin: 10px 0px;
}
.col-lg-2{
	width:16.6667%;
	float:left;
}
.col-lg-2 img{
	margin:0 auto;
	width:100%;
	max-width:300px;
}
.col-lg-3{
	width:25%;
	float:left;
	text-align:center;
}
.col-lg-3 img{
	margin:0 auto;
	width:100%;
	max-width:150px;
}
.col-lg-4{
	width:33.3333%;
	float:left;
	text-align:center;
}
.col-lg-4 img{
	margin:0 auto;
	width:100%;
	max-width:600px;
}
iframe{
	margin:0 auto;
	display:block;
}
/*footer*/
footer{
	width:100%;
	background:#000;
	overflow:hidden;
}
.footerin{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	box-sizing: border-box;
	padding:10px 20px 20px;
	overflow:hidden;
	color:#fff;
}
.footer1,.footer2,.footer3,.footer4{
	position:relative;
	width:25%;
	float:left;
	overflow:hidden;
}
.footer5{
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.footerin h3{
    font-size: 20px;
	letter-spacing:1px;
	color:#fff;
	margin:10px 0px;
}
.footerin .menu li{
    font-size: 16px;
	letter-spacing:1px;
}
.footerin .divider{
	display:none;
}
.footerin .menu a{
    color:#fff;
}
.footerin img{
    display:inline;
}
.acysubbuttons{
	text-align:left;
}
.footerin .inputbox{
    border:1px solid #fff;
	padding:10px;
	background:none;
	color:#fff;
	font-size:16px;
	box-sizing: border-box;
}
.footerin .customcopy{
    margin-top:30px;
}
.footerin .customcopy p{
	margin:10px 0px;
}
.footerin .customcopy a{
    color:#fff;
	text-decoration:underline;
}

#login-modal,#cart-modal{
	padding:10px 10px;
	overflow:hidden;
	font-size: 16px;
    letter-spacing: 1px;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}

#system-message{
	max-width:400px;
	overflow:hidden;
	padding:20px;
}
#system-message h4{
	text-align:center;
	font-size: 24px;
    letter-spacing: 1px;
	margin:20px 0px;
}
#system-message div{
	text-align:center;
	font-size: 18px;
    letter-spacing: 1px;
	margin:20px 0px;
}
.userdata label {
    display: none;
}
.userdata  .inputbox{
	margin:5px 0px;
}
#form-login-remember label, .unstyled a{
	display:inline;
}
#form-login-remember {
    text-align: right;
    margin-bottom: 10px;
}
#form-login-submit{
	float:none;
}
#form-login-submit .controls{
	float:none;
}
#form-login-submit .inputbox,.logout-button .inputbox{
	width:100%;
	background:none;
	cursor:pointer;
}
.field textarea{
	width:100%;
	box-sizing:border-box;
}
.map1{
	width:50%;
	float:left;
}
.map2{
	width:50%;
	float:left;
	box-sizing:border-box;
}
.lg-actions{
	position:static;
}
.extra_fields_el{
	margin:5px 0px;
}
.goto_cart a{
	display:block;
	margin-top:25px;
}
.readmore{
	text-align:right;
}
.readmore a{
	font-style: italic;
	color:#880d0d;
}
#tabs .custom p{
	padding:5px 0px;
}
.item-page a, .descr a{
	text-decoration:underline;
	color:#880d0d;
}
.socbut{
	position:absolute;
	top:15px;
	right:0px;
	z-index:1;
}
.socbut a, .socbut div, .socbut span{
	float:right;
	clear:both;
	margin:1px 0px;
}
a.asqquest{
    color: #fff;
    background: #000;
	display:block;
	width: 150px;
    height: 30px;
	line-height: 30px;
	text-decoration:none;
    text-align: center;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
}
#asqquestion{
	text-align:center;
}
#asqquestion h3{
	max-width:320px;
	margin:0 auto;
}
.tabclas{
	text-align: center;
	margin: 0px auto;
	width:100%;
	max-width:800px;
    border: 1px solid black;
	clear:both;
}
.tabclas td, .tabclas th {
	border:1px solid black;
}
.tabclas th {
	background:#ffe061;
}
.moduletable_new{
	width:100%;
	max-width:1200px;
	position:relative;
	margin:0px auto 0px;
	padding:0px 20px 50px;
	box-sizing: border-box;
	clear:both;
	overflow:hidden;
}
.bx-controls-direction{
	display:none;
}
#google_translate_element{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:10000;
}
#google_translate_element img{
	display:inline;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.alogo div{
		background:url(../images/logo3x2.png) no-repeat center;
		background-size: 250px 85px;
	}
}
.bx-viewport {
    height: auto !important;
}
.jshop_register table{margin:0 auto;}