@import url("/fonts/fonts.css");

.clearfix:after {
		content: ".";
		clear: both;
		height: 0;
		font-size:0;
		visibility: hidden;
		display: block;
	}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body{
	margin: 0; padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, 'Helvetica Heue', Helvetica, sans-serif;
}
body{
	overflow-x: hidden;
}
h1,h2,h3{
	font-weight: normal;
}
select option{
	color: #000000;
}
p{padding: 0; margin: 0;}

.left{float:left;}
.right{float:right;}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn .5s ease-in 1 forwards;
}


.elem_animate{
	opacity: 0.01;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s ease 0s;
}
.elem_animate2{
	position:relative;
	right:800px;
	opacity: 0.01;
	transition: all 1s ease 0s;
}
.elem_animate4{
	position:relative;
	left:800px;
	opacity: 0.01;
	transition: all 1s ease 0s;
}
.elem_animate3{
	opacity: 0.01;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transition: all 1s ease 0s;
}
.elem_animate5{
	opacity: 0.01;
}

.p_section_wrap{
	position: relative;
	padding: 0 0;
	overflow: hidden;
} 
.p_section_wrap .bg_video{
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 1;
	overflow: hidden;
} 
.p_section{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 1px 0;
	z-index: 1;
	box-sizing: border-box;
	display: table;
}
.p_section h1{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 20px 0;
	font-family: Helvetica Heue;
}
.p_section_content_wrap{
	display: table-cell;
	max-width: 960px;
	vertical-align: middle;
}

.p_line_wrap{
	margin: 0 0 20px 0;
}
.p_line{
}
.p_line2{
	margin: 0 20px 0 0;
	float: left;
	width: 470px;
	min-height: 1px;
}
.p_line2.last{
	margin: 0;
}
.p_line21{
	margin: 0 20px 0 0;
	float: left;
	width: 306px;
	min-height: 1px;
}
.p_line22{
	margin: 0 20px 0 0;
	float: left;
	width: 634px;
	min-height: 1px;
}
.p_line21.last,
.p_line22.last{
	margin: 0;
}
.p_line3{
	margin: 0 20px 0 0;
	float: left;
	width: 306px;
	min-height: 1px;
}
.p_line3.last{
	margin: 0;
}

.p_column{
}
.p_column2{
	float: left;
	width: 470px;
	margin: 0 10px;
}
.p_column3{
	float: left;
	width: 306px;
	margin: 0 10px;
}
.p_widget_text, .p_widget_html{
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 20px;
}
.p_widget_form{
	position: relative;
	z-index: 0;
	margin: 0 0 19px 0;
}
.p_widget_video{
	text-align: center;
	margin: 0 0 20px 0;
}
.p_widget_image{
	text-align: center;
	margin: 0 0 20px 0;
}
.p_widget_image .image{
	display: inline-block;
}
.p_widget_image .image.circle{
	border-radius: 50%;
}
.p_widget_image img.circle{
	border-radius: 50%;
}

.p_widget_blog{
	display: inline-block;
	vertical-align: top;
	background: rgba(0,0,0,0.2);
	margin: 0 0 20px 0;
	text-align: left;
}
.p_widget_blog .image{
	display: block;
	overflow: hidden;
	height: 250px;
	text-align: center;
	background-position: 50% 0;
	background-size: cover;
}
.p_widget_blog .data{
	padding: 30px 30px 30px 30px;
}
.p_widget_blog .data .date{
	font-size: 12px;
	margin: 0 0 10px 0;
}
.p_widget_blog .data .title{
	margin: 0 0 20px 0;
}
.p_widget_blog .data .title a{
	font-size: 20px;
	line-height: 1.2;
	text-decoration: none;
}
.p_widget_blog .data .desc{
	font-size: 16px;
	line-height: 1.4;
	height: 66px;
	overflow: hidden;
}
.p_widget_blog .data .more{
	margin-top: 20px;
	text-align: center;
}
.p_widget_blog .data .more a{
	text-decoration: none;
	text-transform: uppercase;
}
.p_widget_blog .data .tags{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid rgba(0,0,0,0.05);
	text-align: center;
	text-transform: uppercase;
}
.p_widget_blog .data .tags a{
	text-decoration: none;
}

.p_form{
	--float: left;
}
.p_line .p_form input[type="text"],
.p_line .p_form textarea,
.p_line .p_form select{
	box-sizing: border-box;
	width: 65%;
}
.p_line .p_form .radios{
	box-sizing: border-box;
	width: 65%;
	text-align: left;
}
.p_line2 .p_form input[type="text"],
.p_line2 .p_form textarea,
.p_line2 .p_form select{
	box-sizing: border-box;
	width: 100%;
}
.p_line2 .p_form .radios{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
.p_line3 .p_form input[type="text"],
.p_line3 .p_form textarea,
.p_line3 .p_form select{
	box-sizing: border-box;
	width: 100%;
}
.p_line3 .p_form .radios{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
.p_form .radios label{
	line-height: 1.2;
}

.p_widget_timer{
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 60px;
	line-height: 60px;
}
.p_timer{
	display: block;
	list-style: none;
	height: 85px;
	margin:0; padding:0;
}
.p_timer li.cell{
	float: left;
}
.p_timer li.cell_devider{
	float: left;
	margin: 0;
	padding: 16px 10px 0 10px;
	color: #cccccc;
}
.p_timer .cell .title{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #cccccc;
	margin: 0 0 5px 0;
}
.p_timer .table{
	display: block;
	height: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.p_timer .table li{
	float: left;
	background: #333333;
	margin: 0 2px 0 0;
	padding: 0 6px 4px 6px;
	color: #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}

.p_widget_timer.columns2{
	font-size: 40px;
	line-height: 40px;
}
.p_widget_timer.columns2 .p_timer li.cell_devider{
	padding: 16px 6px 0 6px;
}
.p_widget_timer.columns2 .p_timer  .cell .title{
	font-size: 12px;
	line-height: 14px;
}

.p_widget_timer.columns3{
	font-size: 26px;
	line-height: 26px;
}
.p_widget_timer.columns3 .p_timer li.cell_devider{
	padding: 16px 2px 0 2px;
}
.p_widget_timer.columns3 .p_timer  .cell .title{
	font-size: 10px;
	line-height: 12px;
}
.p_widget_timer.columns3 .p_timer .table li{
	padding: 0 3px 4px 3px;
}

input, select, textarea, button{
	outline: none;
	border: none;
	background: #FFF;
}
input[type="text"], select, textarea{
	box-sizing: border-box;
	width:250px;	
}
button{
	cursor: pointer;
}
.field_r{
	clear: both;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	line-height: 24px;
}
.field_r_c{
	clear: both;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 208px;
	line-height: 24px;
}
.field_r_s{
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 208px;
	line-height: 24px;
}
.field_l{
	float: left;
	width: 188px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 23px;
}
.field_lb{
	display: block;
	float: left;
	width: 188px;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 23px;
}
.columns2 .field_lb{
	width: 178px;
}
.columns2 .field_l{
	width: 178px;
}
.columns2 .field_r_s{
	padding: 0 0 0 198px;
}
.columns2 input[type="text"], .columns2 textarea{
	width: 180px;
}
.columns2 .field_i_s{
	width: 150px;
}
.columns3 .field_r{
	padding: 0 0 0 0;
}
.columns3 .field_lb, .columns3 .field_l{
	display: block;
	float: none;
	text-align: left;
}
.columns3 .field_r .left{
	display: block;
	float: none;
}
.columns3 .field_r_s{
	padding: 0;
	margin: 0;
}

@-webkit-keyframes textbuttonbg {
	from {background-position:0 0;}
	to {background-position:0 -500px;}
}

@-moz-keyframes textbuttonbg {
	from {background-position:0 0;}
	to {background-position:0 -500px;}
}

@-ms-keyframes textbuttonbg {
	from {background-position:0 0;}
	to {background-position:0 -500px;}
}

@-o-keyframes textbuttonbg {
	from {background-position:0 0;}
	to {background-position:0 -500px;}
}

@keyframes textbuttonbg {
	from {background-position:0 0;}
	to {background-position:0 -500px;}
}

#p_totop{
	display: none;
	
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	
	font-weight: 0;
	color: #FFF;
  cursor: pointer;
	
	background: #000 url(/templates/default/sysimages/totop_icon.png) no-repeat 10px 14px;
  -moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	
	padding: 10px 10px 10px 25px;
}


.pw_sliders{
	position: relative;
	margin: 0 0 20px 0;
	z-index: 0;
	overflow: hidden;
}
.pw_sliders .w_slider_image{
	display: none;
	overflow: hidden;
}
.pw_sliders .w_slider_image.active{
	display: block;
}
.pw_sliders .w_slider_image_left{
	position: absolute;
	left: 0; top: 0; bottom: 0;
	right: 50%;
}
.pw_sliders .w_slider_image_right{
	position: absolute;
	left: 50%; top: 0; bottom: 0;
	right: 0;
}
.pw_sliders .w_slider_texts{
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	height: 70px;
}
.pw_sliders .slider_panel{
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	background: #c1c1c1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	height: 70px;
}
.pw_sliders .w_slider_text{
	display: none;
	padding: 10px 0 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.pw_sliders .w_slider_text.active{
	display: block;
}
.pw_sliders .w_slider_buttons{
	position: absolute;
	right: 50%;
	bottom: 10px;
}
.pw_sliders .w_slider_button{
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background: #FFF;
	margin: 0 15px 0 0;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-icab-border-radius: 15px;
	border-radius: 15px;
	behavior: url(pie.htc);
	cursor: pointer;
}
.pw_sliders .w_slider_button.active{
	background: #749510;
}



.p_sliders_wrap{
	position: relative;
	z-index: 0;
	margin: 0 50px;
	padding: 0 0 44px 0;
}
.p_sliders_wrap .sliders{
	position: relative;
	overflow: hidden;
}
.p_sliders_wrap .sliders_inner{
	display: block;
	white-space: nowrap;
}
.p_sliders_wrap .slide{
	position: absolute; z-index: 1;
	width: 100%; height: 100%;
}
.p_sliders_wrap .slide.lines{
	position: static; z-index: 1;
	display: inline-block; float: left;
}
.p_sliders_wrap .slide img{
	width: 100%;
}
.p_sliders_wrap .slide .text{
	display: none;
}
.p_sliders_wrap .arrow_prev,
.p_sliders_wrap .arrow_next{
	position: absolute; z-index: 2;
	font-family: georgia, arial;
	font-size: 100px;
	line-height: 100px;
	width: 50px;
	color: rgba(0,0,0,0.5);
	top: 50%; margin-top: -50px;
	cursor: pointer;
}
.p_sliders_wrap .arrow_prev:hover,
.p_sliders_wrap .arrow_next:hover{
	color: rgba(0,0,0,1);
}
.p_sliders_wrap .arrow_prev{ left: 0; margin-left: -50px; }
.p_sliders_wrap .arrow_next{ right: 0; margin-right: -50px; }
.p_sliders_wrap .circles{
	position: absolute; z-index: 2;
	left: 0; right: 0;
	bottom: 10px; height: 24px;
	text-align: center;
}
.p_sliders_wrap .circles .circle{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 24px; height: 24px;
	margin: 0 0;
	cursor: pointer;
	opacity: 0.5;
}
.p_sliders_wrap .circles .circle:hover,
.p_sliders_wrap .circles .circle.active{
	opacity: 1;
}
.p_sliders_wrap .circles .circle:after{
	position: absolute;
	content: "";
	width: 10px; height: 10px;
	left: 6px; top: 6px;
	background: #000000;
	border-radius: 50%;
}
.p_sliders_wrap .circles .circle.active:after{
	position: absolute;
	content: "";
	width: 20px; height: 20px;
	left: 0; top: 0;
	background: transparent;
	border: 2px solid #000000;
}



.p_sections_sliders{
	position: relative;
}
.p_sections_sliders .slick-track{
	overflow: hidden;
	width: 100000px;
}
.p_sections_sliders .p_section_slide{
	display: inline-block;
	width: 100vw;
}
.p_sections_sliders .p_section_wrap{
	width: 100%;
}
.p_sections_sliders .p_section_prew,
.p_sections_sliders .p_section_next{
	position: absolute;
	height: 100px; width: 50px;
	background: red;
	z-index: 1;
}
.p_sections_sliders .p_section_prew{
	left: 50px; top: 50%;
	margin-top: -50px;
}
.p_sections_sliders .p_section_next{
	right: 50px; top: 50%;
	margin-top: -50px;
}
.p_sections_sliders .slick-prev{
	left: 50px; z-index: 100;
}
.p_sections_sliders .slick-next{
	right: 50px; z-index: 100;
}
.p_sections_sliders .slick-dots{
	bottom: 50px;
}


.p_landing_menu_nav{
	position: fixed; z-index: 1000;
	right: 20px; top: 50%;
	transform: translateY(-50%);
}
.p_landing_menu_nav li{
	position: relative;
	list-style: none;
	height: 30px; width: 100%;
	margin: 10px 0 0 0;
}
.p_landing_menu_nav li a{
	display: block;
	text-align: right;
	text-decoration: none;
}
.p_landing_menu_nav li .layer1,
.p_landing_menu_nav li .layer2{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 30px;
}
.p_landing_menu_nav li .layer2{
	display: none;
}
.p_landing_menu_nav li .layer1 .wrap,
.p_landing_menu_nav li .layer2 .wrap{
	display: table;
	width: 100%;
}
.p_landing_menu_nav li .dot{
	display: table-cell;
	position: relative;
	width: 30px; height: 30px;
}
.p_landing_menu_nav li .dot i{
	position: absolute;
	left: 12px; top: 12px;
	width: 6px; height: 6px;
	background: #fff;
	border-radius: 50%;
	border: 0;
	box-sizing: border-box;
}
.p_landing_menu_nav li.active .dot i{
	left: 2px; top: 2px;
	width: 26px; height: 26px;
	border: 2px solid #fff;
	background: transparent !important;
}

.p_landing_menu_nav li .title{
	display: table-cell;
	height: 30px; line-height: 30px;
	padding: 0 10px 0 0;
	white-space: nowrap;
	opacity: 0;
}
.p_landing_menu_nav li.active .title,
.p_landing_menu_nav li:hover .title{
	opacity: 1;
}

.p_landing_menu_nav li .layer2 i{
	background: red;
	border-color: red;
}
.p_landing_menu_nav li .layer2 .title{
	color: red;
}


/*
.p_landing_menu_nav li.active a{
	padding: 2px 0 0 2px;
}
.p_landing_menu_nav li.active a i{
	display: block;
	width: 26px; height: 26px;
	border: 2px solid #fff;
	background: transparent !important;
}
.p_landing_menu_nav li .title{
	position: absolute;
	height: 30px; line-height: 30px;
	right: 40px; top: 0;
	white-space: nowrap;
}
.p_landing_menu_nav li:hover .title{
	display: block;
}*/





.p_widget_store .image ul{
	display: block;
	position: relative;
	width: 100%;
	margin: 0; padding: 0;
}
.p_widget_store .image ul li{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.p_widget_store .image ul li img{
	max-width: 225px;
}
.p_widget_store .image ul li.prev,
.p_widget_store .image ul li.next{
	display: none;
	position: absolute;
	top: 50%;
	height: 50px; width: 20px;
	margin: -25px 0 0 0;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	font-size: 80px;
	line-height: 50px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.p_widget_store:hover .image ul li.prev,
.p_widget_store:hover .image ul li.next{
	display: block;
}
.p_widget_store .image ul li.prev:hover,
.p_widget_store .image ul li.next:hover{
	color: rgba(255,255,255,1);
}
.p_widget_store .image ul li.prev{
	left: 0;
	padding: 0 0 0 10px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAiCAYAAAC9duLEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApFJREFUeNqkVk2IUmEUnZrMamacpp9Bqcn+tInIRRItipTJGNoM1q50IQ2tpEyQCEMHRMJABCOVkpAGFAwUmYVgEglKhTiSaGL+oWbjT0upTYu6N55hS+87cOGdtzjv+7537j3f5AQde6D2Qe2E+gX1eztRaDeHw1ksFAoBt9t9FfgO6op2QUlSqdTbdDqd4HK5YuCTFCEu1Jl4PL6Ry+UyPB7vPLPdsYFncyocDgdKpdJngUBwCfg0RYgDdXJ9ff1FvV6viUSiK8B5FCE83GMul8vRbre/SqXSa8BnobZRhI7YbDbLFkAmk90APkcRwj90yGg0Pux0Oj2lUnkL+AGKEPqPr9Vq7/Z6vb5Go7kDfJ55P7bQvFqtvo1COp3uPnABRQi3sH9lZeUmbs1sNj8CfphiShSak8vl178B7Hb7Y+BCSqug0Cz+9lar1fB4PE+BH2f8NTZmxGLxUq1Wq/j9/pfARYzjx8YUtkaxWCxEIpHXwBeZHiRBkM1mPyQSiSw8L1Ebd2hMrlAo3KtQKJYHg0F5c3OzAu9+4rCj9t6CwWB4AL76rlKpVqkGHV3hgsViWet2u330GfqN0jqjKzzqcDiegM220G/Uph6dWye8Xu+zZrPZYDNuRieqOBgMvqpUKl/Qf+hDFin212eno9FoGBLoE/jwIvqRjSCm0Fnw35tMJvMRok3KxoPDfDwHkfY+mUy+w4hjPkLGFETahXw+n4vFYhsYdWzaDTHN5/Mvl8vlUigUCmDkUQfBEDyJRLLcaDTqPp/vOVqIOqL+G54YeU6n044mZ3PP+DfWIfk6Vqt1DduQetcYBs5BDJw+wGQy3WOuVhNsBPl6vX61Wq2mmPSi9xyztRnGdwOoH38EGABFGeIPPSBusQAAAABJRU5ErkJggg==') center center no-repeat; 
}
.p_widget_store .image ul li.next{
	right: 0;
	padding: 0 10px 0 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAiCAYAAABStIn6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAoJJREFUeNqklk+IEnEUx8d1rax2tt2WWhd2+7NohdVSSh0KdO1SCYIFwWKHDhpGFw+iXjoUCoKgQWAi5M2syEjBcMO/BFuIuCGGoVhq/sG5RZeooN7b5hIEy7x98AW/I3zHmffe56eYYZgx0ARoivlbPxhCYYjIZrOdbLVaL2Uy2RL43QyxMGwhnU4/qdVq6yzLngG/kxq2A3SiUCi8LpVKbyQSySnwUmqYFAJOl8vlt7lc7hX44/wNSLULHu0sPOL7RCLxFPxR0HZq2IRCoVhuNBr1WCz2CLwctI0SJAJNqtXqi51O53MoFLoP/hBonBo2pdVqjf1+f+D1eu+BnweJqWF7DQbDynA4HDkcDjv4OWoYztg+i8VyczQacVar9Tb4Wf76P7VZ+m/Q90qlMhCLxV+dTqeL47hutVrt4XX+e0GFN5x3u913BlB6vf4a+Gn+8QUXdu1AIBDw9nq9LyqV6jL4PdQwCWgxEok8bLfbn+Ry+QXwLHVgcTiPxOPxx/V6/QMQ4zxuBDUM6bCczWbL0Ig1+CwbI44Eazabl5RK5cFMJrNKgSG+2BmTyXQDh9Rutzv4iR8XGjKt0+mu4gh4PJ67lLXZWGRo+SVsfTAYJC8yokUHXG9Go9EIjxaJYNhBi88h7JLJ5DMq7BC/KsDvu3w+v0rF78aBUCwWsxC0hjynHAj404+lUqkX+EjIccr04grI8aU2m82PyG/+JBa8lIfD4fCDbrfbwXZj24VuOM7Egs/n8wCnhxqN5gr/f0AkFFxzLpfLgaNvNBqv4yoIDcElnEUe81y+BX7//7i8WbEA9xVgMbfVk2IGYP7c7/fbt3p2Sfn2/gR9A/2iBP0RYAA3NOYd6gGuNAAAAABJRU5ErkJggg==') center center no-repeat; 
}

.popup_lvideo_back{
	position: fixed; z-index: 1000;
	left: 0; top: 0; bottom: 0; right: 0;
	padding: 100px 0;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	cursor: pointer;
	overflow: hidden;
	overflow-y: auto;
}
.popup_lvideo{
	margin: 0 auto;
	width: 600px; height: 400px;
}


.p_store_products_landing{
	display: block;
	padding: 10px 0 0 0;
	width: 245px;
	margin: 0 auto;
}
.p_store_products_landing ul{
	margin: 0; padding: 0;
}
.p_store_products_landing li.item.tile{
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 225px; min-height: 350px;
	margin: 0 10px 20px 10px;
}
.p_store_products_landing li.item.tile .image{
	width: 225px;
	margin: 0 0 10px 0;
}
.p_store_products_landing li.item.tile .title{
	font-size: 16px;
	line-height: 25px !important;
	margin: 0 0 5px 0;
	text-align: center;
	height: 50px;
	min-height: 50px;
	overflow: hidden;
}
.p_store_products_landing li.item.tile .title a{
	text-decoration: none;
}
.p_store_products_landing li.item.tile .desc{
	margin: 0 0 10px 0;
	text-align: center;
}
.p_store_products_landing li.item.tile .price{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px 0;
}
.p_store_products_landing li.item.tile .action{
	text-align: center;
}
.p_store_products_landing li.item.tile .action button{
	width: 105px;
	box-sizing: border-box;
}

.p_store_products_landing li.item .p_store_image_placeholder,
.p_store_products_landing li.item .p_store_image_placeholder.type0{
	width: 225px; height: 225px;
	background-color: #fff;
}
.p_store_products_landing li.item .p_store_image_placeholder.type1{
	width: 225px; height: 338px;
}
.p_store_products_landing li.item .p_store_image_placeholder.type2{
	width: 225px; height: 150px;
}
.p_store_products_landing li.item .image.type1{
	height: 338px;
}
.p_store_products_landing li.item .image.type2{
	height: 150px;
}
.p_store_products_landing li.item .image ul{
	display: block;
	position: relative;
	width: 225px;
	margin: 0;
	padding: 0;
}
.p_store_products_landing li.item .image ul li{
	display: inline-block;
	text-align: center;
}
.p_store_products_landing li.item .image ul li.prev,
.p_store_products_landing li.item .image ul li.next{
	display: none;
	position: absolute;
	top: 50%;
	height: 50px; width: 20px;
	margin: -25px 0 0 0;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	font-size: 80px;
	line-height: 50px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.p_store_products_landing li.item:hover .image ul li.prev,
.p_store_products_landing li.item:hover .image ul li.next{
	display: block;
}
.p_store_products_landing li.item .image ul li.prev:hover,
.p_store_products_landing li.item .image ul li.next:hover{
	color: rgba(255,255,255,1);
}
.p_store_products_landing li.item .image ul li.prev{
	left: 0;
	padding: 0 0 0 10px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAiCAYAAAC9duLEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApFJREFUeNqkVk2IUmEUnZrMamacpp9Bqcn+tInIRRItipTJGNoM1q50IQ2tpEyQCEMHRMJABCOVkpAGFAwUmYVgEglKhTiSaGL+oWbjT0upTYu6N55hS+87cOGdtzjv+7537j3f5AQde6D2Qe2E+gX1eztRaDeHw1ksFAoBt9t9FfgO6op2QUlSqdTbdDqd4HK5YuCTFCEu1Jl4PL6Ry+UyPB7vPLPdsYFncyocDgdKpdJngUBwCfg0RYgDdXJ9ff1FvV6viUSiK8B5FCE83GMul8vRbre/SqXSa8BnobZRhI7YbDbLFkAmk90APkcRwj90yGg0Pux0Oj2lUnkL+AGKEPqPr9Vq7/Z6vb5Go7kDfJ55P7bQvFqtvo1COp3uPnABRQi3sH9lZeUmbs1sNj8CfphiShSak8vl178B7Hb7Y+BCSqug0Cz+9lar1fB4PE+BH2f8NTZmxGLxUq1Wq/j9/pfARYzjx8YUtkaxWCxEIpHXwBeZHiRBkM1mPyQSiSw8L1Ebd2hMrlAo3KtQKJYHg0F5c3OzAu9+4rCj9t6CwWB4AL76rlKpVqkGHV3hgsViWet2u330GfqN0jqjKzzqcDiegM220G/Uph6dWye8Xu+zZrPZYDNuRieqOBgMvqpUKl/Qf+hDFin212eno9FoGBLoE/jwIvqRjSCm0Fnw35tMJvMRok3KxoPDfDwHkfY+mUy+w4hjPkLGFETahXw+n4vFYhsYdWzaDTHN5/Mvl8vlUigUCmDkUQfBEDyJRLLcaDTqPp/vOVqIOqL+G54YeU6n044mZ3PP+DfWIfk6Vqt1DduQetcYBs5BDJw+wGQy3WOuVhNsBPl6vX61Wq2mmPSi9xyztRnGdwOoH38EGABFGeIPPSBusQAAAABJRU5ErkJggg==') center center no-repeat; 
}
.p_store_products_landing li.item .image ul li.next{
	right: 0;
	padding: 0 10px 0 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAiCAYAAABStIn6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAoJJREFUeNqklk+IEnEUx8d1rax2tt2WWhd2+7NohdVSSh0KdO1SCYIFwWKHDhpGFw+iXjoUCoKgQWAi5M2syEjBcMO/BFuIuCGGoVhq/sG5RZeooN7b5hIEy7x98AW/I3zHmffe56eYYZgx0ARoivlbPxhCYYjIZrOdbLVaL2Uy2RL43QyxMGwhnU4/qdVq6yzLngG/kxq2A3SiUCi8LpVKbyQSySnwUmqYFAJOl8vlt7lc7hX44/wNSLULHu0sPOL7RCLxFPxR0HZq2IRCoVhuNBr1WCz2CLwctI0SJAJNqtXqi51O53MoFLoP/hBonBo2pdVqjf1+f+D1eu+BnweJqWF7DQbDynA4HDkcDjv4OWoYztg+i8VyczQacVar9Tb4Wf76P7VZ+m/Q90qlMhCLxV+dTqeL47hutVrt4XX+e0GFN5x3u913BlB6vf4a+Gn+8QUXdu1AIBDw9nq9LyqV6jL4PdQwCWgxEok8bLfbn+Ry+QXwLHVgcTiPxOPxx/V6/QMQ4zxuBDUM6bCczWbL0Ig1+CwbI44Eazabl5RK5cFMJrNKgSG+2BmTyXQDh9Rutzv4iR8XGjKt0+mu4gh4PJ67lLXZWGRo+SVsfTAYJC8yokUHXG9Go9EIjxaJYNhBi88h7JLJ5DMq7BC/KsDvu3w+v0rF78aBUCwWsxC0hjynHAj404+lUqkX+EjIccr04grI8aU2m82PyG/+JBa8lIfD4fCDbrfbwXZj24VuOM7Egs/n8wCnhxqN5gr/f0AkFFxzLpfLgaNvNBqv4yoIDcElnEUe81y+BX7//7i8WbEA9xVgMbfVk2IGYP7c7/fbt3p2Sfn2/gR9A/2iBP0RYAA3NOYd6gGuNAAAAABJRU5ErkJggg==') center center no-repeat; 
}
.p_store_products_landing li.item.tile:hover .wrap{
	position: absolute; z-index: 1;
	top: -10px; left:-10px; right: -10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
}
.p_store_products_landing li.item.tile:hover .title{
	height: auto;
	overflow: none;
}
.p_store_products_landing li.item.tile .desc{
	display: none;
	margin: 10px 0 0 0;
}
.p_store_products_landing li.item.tile:hover .desc{
	display: block;
}
