 
.t_align_l{
	text-align: left;
}
.t_align_c{
	text-align: center;
}
.t_align_r{
	text-align: right;
}
 

.m_left_0{
	margin-left:0 !important;
}
.m_right_0{
	margin-right:0 !important;
}
.m_left_5{
	margin-left:5px;
}
.m_left_10{
	margin-left:10px;
}
.m_left_15{
	margin-left:15px;
}
.m_left_20{
	margin-left:20px;
}
.m_left_40{
	margin-left:40px;
}
.m_right_5{
	margin-right:5px;
}
.m_right_6{
	margin-right:6px;
}
.m_right_8{
	margin-right:8px;
}
.m_right_10{
	margin-right:10px;
}
.m_right_15{
	margin-right:15px;
}
.m_right_20{
	margin-right:20px;
}
.m_right_25{
	margin-right:25px;
}
.m_right_29{
	margin-right:29px;
}
.m_right_30{
	margin-right:30px;
}
.m_right_35{
	margin-right:35px;
}
.p_bottom_0{
	padding-bottom:0 !important;
}
.m_bottom_0{
	margin-bottom:0px !important;
}
.m_bottom_3{
	margin-bottom:3px;
}
.m_bottom_5{
	margin-bottom: 5px;
}
.m_bottom_10{
	margin-bottom:10px;
}
.m_bottom_12{
	margin-bottom:12px;
}
.m_bottom_15{
	margin-bottom:15px;
}
.m_bottom_20{
	margin-bottom:20px;
}
.m_bottom_25{
	margin-bottom:25px;
}
.m_bottom_30{
	margin-bottom:30px;
}
.m_bottom_35{
	margin-bottom:35px;
}
.m_bottom_40{
	margin-bottom:40px;
}
.m_bottom_45{
	margin-bottom:45px;
}
.m_bottom_50{
	margin-bottom:50px;	
}
.m_bottom_60{
	margin-bottom:60px;	
}
.m_bottom_65{
	margin-bottom:65px;
}
.m_bottom_100{
	margin-bottom:100px;
}
.m_top_5{
	margin-top:5px;
}
.m_top_10{
	margin-top:10px;
}
.m_top_20{
	margin-top:20px;
}
 
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.button_type_11:hover{ background:#b30000
	 
}


[class*="qv_carousel"]:not(.qv_carousel_wrap){
	padding:0px;
}
.qv_carousel_wrap li{
	padding:0;
	cursor:pointer;
}
.qv_carousel_wrap .qv_carousel_single li{
	padding:0 0;
}
.qv_carousel_wrap [class*="qv_btn_"]{
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:0;
	z-index:100;
}
.qv_carousel_wrap .qv_btn_next,
.qv_carousel_wrap .qv_btn_single_next{
	left:auto;
	right:0;
}
  .bg_light_color_1,.sub_menu li:hover > a,.select_list > li:hover,
.p_list > li:nth-child(2n+1),.info_block_type_1:hover [class*="icon_wrap"]{
	background:#ecf0f1;color:#666
}
.bg_light_color_2,.ui-slider-handle{
	background:#e2e6e7; color:#666
}
.bg_light_color_3{
	background:#fff;
}
.bg_color_dark_1{
	background:#b30000;
}
.bg_color_dark_2{
	background:#b30000;
}.tabs_nav li{
	margin-right: 3px;
}
.tabs_nav li a{
	padding:14px 20px 14px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-bottom-left-radius:0px;
	-moz-border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.tabs_nav .ui-tabs-active a,.tabs_nav li:hover a[class*="color"]{
	background:#b30000;
	color:#f9f9f9;
} 
/* -----------------------------------

	14. Main content elements

------------------------------------- */

.shopping_cart{
	position:absolute;
	top:100%;
	margin-top:10px;
	border-top-width:3px;
	border-top-style:solid;
	right:0;
	min-width:380px;
	background:#fff;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-o-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	-webkit-transform-origin:70% 0 0;
	-moz-transform-origin:70% 0 0;
	-o-transform-origin:70% 0 0;
	-ms-transform-origin:70% 0 0;
	transform-origin:70% 0 0;
	-webkit-transform:scale(0.2) translate(200px,-200px);
	-moz-transform:scale(0.2) translate(200px,-200px);
	-o-transform:scale(0.2) translate(200px,-200px);
	-ms-transform:scale(0.2) translate(200px,-200px);
	transform:scale(0.2) translate(200px,-200px);
	opacity:0;
	visibility: hidden;
}
.shopping_cart:after{
	 content:"";
	 position:absolute;
	 display:block;
	 height:13px;
	 width:100%;
	 margin-top:-13px;
	 left:0;
	 top:0;
}
#shopping_button:hover .shopping_cart{
	-webkit-transform:scale(1) translate(0px,0px);
	-moz-transform:scale(1) translate(0px,0px);
	-o-transform:scale(1) translate(0px,0px);
	-ms-transform:scale(1) translate(0px,0px);
	transform:scale(1) translate(0px,0px);
	opacity:1;
	visibility: visible;
}
.shopping_cart .sc_header{
	padding:12px 15px 9px;
}
.shopping_cart:before,.sub_menu_wrap:before{
	top:-11px;
}
#shopping_button{
 z-index:189;
}
hr{
	border-color:#ecf0f1;
}
.divider_type_2{
	border-bottom-style:solid;
	border-bottom-width:2px;
	width:58px;
	border-color:rgba(50,58,69,.1);
}
.divider_type_3,.l_width_divider > li:before{
	border-color:#e2e6e7;
}
.divider_type_4{
	border-color:#404852;
}
.divider_type_5{
	width:58px;
	height:2px;
	background:#e6e9eb;
}
.divider_type_6{
	border-color:#e2e2e2;
}
.product_description{
	width:205px;
}
.close_product{
	font-weight: 300;
	margin-top:22px;
	background-color:transparent;
}
.total_price{
	padding:12px 20px;
	line-height: 1.2em
}
.sc_price{
	min-width:70px;
}
.sc_footer{
	padding:14px 15px 20px;
}
.page_content_offset{
	padding:0;
}
.product_item,.owl-item > .photoframe{
	margin:15px;
}
.product_item .photoframe figcaption,.owl-item > .photoframe figcaption{
	padding:16px 0 12px;
}
.product_item .photoframe.type_2 figcaption{
	padding:3px 10px 0 0;
}
.product_item .photoframe img,.owl-item > .photoframe img,
.simple_slide_show img{
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	transform:none !important;
}
.pp_wrap{
	z-index:1;
}
.product_item .photoframe:hover,.categories_nav_list .photoframe:hover,
.owl-item > .photoframe:hover{
	-webkit-box-shadow:0 0 17px rgba(0,0,0,0.12);
	-moz-box-shadow:0 0 17px rgba(0,0,0,0.12);
	-o-box-shadow:0 0 17px rgba(0,0,0,0.12);
	-ms-box-shadow:0 0 17px rgba(0,0,0,0.12);
	box-shadow:0 0 17px rgba(0,0,0,0.12);
}
.hot_stripe{
	position:absolute;
	top:-14px;
	right:-14px;
	z-index:1;
}
.hot_stripe.type_2{
	right:auto;
	left:-14px;
}
.qv_preview .hot_stripe{
	top:-4px;
	right:-4px;
}
.qv_preview [class*="button_type_"]{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:2;
}
.p_buttons{
	position:absolute;
	right:10px;
	bottom:10px;
	-webkit-transform:translateX(120%);
	-moz-transform:translateX(120%);
	-o-transform:translateX(120%);
	-ms-transform:translateX(120%);
	transform:translateX(120%);
	-webkit-transition-delay:.25s;
	transition-delay:.25s;
}
.product_item .photoframe:hover .p_buttons,
.owl-item .photoframe:hover .p_buttons{
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	-o-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
     -moz-transition-property:    -moz-transform, opacity, box-shadow;
      -ms-transition-property:     -ms-transform, opacity, box-shadow;
       -o-transition-property:      -o-transform, opacity, box-shadow;
          transition-property:         transform, opacity, box-shadow;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.products_container{
	padding-bottom:10px;
	margin-left:-15px;
	margin-right:-15px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.products_container.list_type{
	overflow: visible !important;
}
.banner_caption{
	position:absolute;
	width:291px;
	height:100%;
	left:17px;
	top:0;
}
.banner.type_2 .banner_caption{
	width:150px;
	left:27px;
}
.banner_type_2{
	background:#fff;
	border-width:5px;
	border-style:solid;
	padding:10px;
	height: 100px;
	font-size:1.71em;
}
.banner_type_2.green{
	border-color:#1abc9c;
}
.banner_type_2.green b{
	color:#16a085;
}
.banner_type_2.orange{
	border-color:#e67e22;
}
.banner_type_2.orange b{
	color:#d35400;
}
.photoframe{
	border:10px solid #fff;
	z-index:1;
	background:#fff;
}
.with_buttons:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	background: rgba(41,47,56,.3);
	-webkit-transition:opacity .7s ease;
	-moz-transition:opacity .7s ease;
	-o-transition:opacity .7s ease;
	transition:opacity .7s ease;
}
.open_buttons{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:3;
}
.open_buttons > *{
	opacity:0;
	-webkit-transform:translateY(20px);
	-moz-transform:translateY(20px);
	-o-transform:translateY(20px);
	transform:translateY(20px);
}
.open_buttons > *:first-child{
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	-ms-transition-delay:.2s;
}
.open_buttons > *:nth-child(2){
	-webkit-transition-delay:.4s;
	-moz-transition-delay:.4s;
	-o-transition-delay:.4s;
	-ms-transition-delay:.4s;
}
.open_buttons > *:nth-child(3){
	-webkit-transition-delay:.6s;
	-moz-transition-delay:.6s;
	-o-transition-delay:.6s;
	-ms-transition-delay:.6s;
}
.photoframe:not(.type_2):hover img,.specials_item .d_block.wrapper:hover img{
	-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-o-transform:scale(1.08);
	-ms-transform:scale(1.08);
	transform:scale(1.08);
}
.nav_buttons_wrap{
	margin-top:-4px;
}
.nav_buttons_wrap_type_2{
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.mini_post_content{
	padding:5px 0;
}
.tooltip{
	position:absolute;
	display:block;
	background:#e2e6e7;
	padding:3px 10px;
	bottom:100%;
	margin-bottom:10px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	opacity:0;
	visibility: hidden;
	white-space: pre;
	z-index:5;
}
.tooltip:after{
	content:"";
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-top:5px solid #e2e6e7;
	border-right:8px solid transparent;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-8px;
}
li:hover .tooltip,a:hover .tooltip,button:hover .tooltip{
	opacity: 1;
	visibility: visible;
}
.sw_content{
	position:absolute;
	left:100%;
	top:0;
	padding:15px 20px 30px;
	width:265px;
	overflow: hidden;
	background:#fff;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}
#gmap_mini{
	height:225px;
}
 
.widget figcaption{
	background:#323a45;
	padding:15px 20px 14px;
}
.widget figcaption[class*="relative"]{
	padding-right:85px;
}
.widget_content{
	padding:23px 20px 25px;	
	background: #fff;
}
.popup_wrap{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	z-index:200;
}
.popup{
	background:#fff;
	padding:26px 20px 30px;
	position:absolute;
	top:50%;
	left:50%;
	width:790px;
	overflow:hidden;
}
.popup > .close{
	position:absolute;
	top:9px;
	right:12px;
}
#login_popup .popup{
	width:390px;
	padding-left:30px;
	padding-right:30px;
}
#login_popup footer{
	padding:20px 30px;
	margin:0 -30px -30px;
}
.quantity{
	background:#f5f7f8;
	border:2px solid #e4e4e2;
}
.popup .custom_scrollbar{
	height:567px;
}
.popup .half_column:nth-child(2){
	padding-right:15px;
}
.p_list_description{
	width:375px;
}
.product_single_preview{
	width:458px;
	z-index:0;
}
.iframe_video_wrap,.map_container{
	width:100%;
	height:0;
	position: relative;
	padding-bottom:6%;
}
.map_container{padding-bottom:43%;}
.iframe_video_wrap > iframe,.map_container > iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.addthis_widget_container{
	min-width:300px;
}
aside .addthis_widget_container{
	min-width:284px;
}
[class*="alert_box"]{
	padding:25px 20px 25px 65px;
	position: relative;
}
[class*="alert_box"] i[class^="fa "]{
	font-size:36px;
	position:absolute;
	left:20px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
[class*="alert_box"].success{
	background:rgba(39,174,96,.1);
}
[class*="alert_box"].success i[class^="fa "]{color:#2ecc71;}
[class*="alert_box"].info{
	background:rgba(52,152,219,.1);
	color:#2980b9;
}
[class*="alert_box"].info i[class^="fa "]{color:#3498db;}
[class*="alert_box"].error{
	background:rgba(231,76,60,.1);
	color:#cb2700;
}
[class*="alert_box"].warning i[class^="fa "]{color:#f39c12;}
[class*="alert_box"].warning{
	background:rgba(243,156,18,.1);
	color:#e67e22;
}
.manufacturers{
	padding:30px 20px 25px;
}
.bs_inner_offsets{
	padding:24px 19px 20px;
}
.block_select{
	cursor:pointer;
	padding-left:32px;
}
.block_select:before{
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.discount{
	width:145px;
}
.cw_product .close_fieldset{
	position:absolute;
	top:-1px;
	right:0;
}
.cw_product{
	padding-right:20px;
}
.rating_min_article{
	padding:2px 0 4px;
}
.comment{
	padding:15px 20px;
}
.comment:after{
	content:"";
	display:block;
	position:absolute;
	background:url("../images/comment_arrow.html") no-repeat;
	width:9px;
	height:18px;
	left:-9px;
	top:20px;
}
.comment_content_wrap{
	margin-left:99px;
}
.category_grid .product_item{
	width:262px;
}
.zoomLens{
	display:none !important;
}
.zoomContainer{
	width:0 !important;
	height:0 !important;
}
.portfolio_isotope_container,
.portfolio_masonry_container{
	margin-right:-15px;
	margin-left:-15px;
}
.portfolio_isotope_container .portfolio_item,
.portfolio_masonry_container .portfolio_item{
 margin:15px 0;
 padding:0 15px; float:left
}
.portfolio_isotope_container.two_columns .portfolio_item{
 width:50%;
}
.portfolio_isotope_container.three_columns .portfolio_item{
 width:33.3%;
}
.portfolio_isotope_container.four_columns .portfolio_item{
 width:24.9%;
}
.portfolio_masonry_container .portfolio_item.m_width_2{
	width:353px;
}
.portfolio_masonry_container .portfolio_item.m_width_3{
	width:257px;
}
.portfolio_filter{
	width:175px;
}

.a_title{
	padding:14px 40px 15px 19px;
	cursor:pointer;
}
.a_title.active{
	background:#323a45;
}
.a_title [class*="us_icon"]{
	position:absolute;
	right:20px;
	height:100%;
}
.a_content{
	padding:24px 20px;
}
.glyphicon_item{
	padding:20px;
	height:130px;
}
.glyphicon_item dl dt{
	font-size:2.6em;
	line-height: 1em;
	margin-bottom:3px;
}
.glyphicon_item dl dd{
	font-size:1.3em;
	line-height: 1em;
}
.tooltip_type_2.top{
	margin-bottom:3px;
	bottom:100%;
	left:50%;
}
.tooltip_type_2{
	background:#e2e6e7;
	padding:2px 10px;
	position:absolute;
	white-space:nowrap;
	opacity:0;
	visibility: hidden;
}
.tooltip_type_2:after{
	content:"";
	position:absolute;
}
.tooltip_type_2.bottom{
	top:100%;
	left:50%;
	margin-top:5px;
}
.tooltip_type_2.top,.tooltip_type_2.bottom{
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.tooltip_type_2.right,.tooltip_type_2.left{
	-webkit-transform:translateY(-51%);
	-moz-transform:translateY(-51%);
	-o-transform:translateY(-51%);
	transform:translateY(-51%);
}
.tooltip_type_2.left{
	top:50%;
	right:100%;
	margin-right:9px;
}
.tooltip_type_2.right{
	top:50%;
	left:100%;
	margin-left:5px;
}
.tooltip_type_2.top:after{
	top:100%;
	border-left:7px solid transparent;
	border-top:5px solid #e2e6e7;
	border-right:7px solid transparent;
	left:50%;
	margin-left:-7px;
}
.tooltip_type_2.bottom:after{
	bottom:100%;
	border-left:7px solid transparent;
	border-bottom:5px solid #e2e6e7;
	border-right:7px solid transparent;
	left:50%;
	margin-left:-7px;
}
.tooltip_type_2.left:after{
	top:50%;
	border-top:7px solid transparent;
	border-left:5px solid #e2e6e7;
	border-bottom:7px solid transparent;
	left:100%;
	margin-top:-7px;
}
.tooltip_type_2.right:after{
	top:50%;
	border-top:7px solid transparent;
	border-right:5px solid #e2e6e7;
	border-bottom:7px solid transparent;
	right:100%;
	margin-top:-7px;
}
.progress_bar{
	height:9px;
}
.progress_bar > div{
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.info_block_type_1{
	padding-left:80px;
}
.info_block_type_3{
	padding-left:45px;
}
.team_photo{
	width:200px;
	height:200px;
}
.call_to_action_1,.recent_work_wrap{
	padding:40px 0 30px;
}
.cta_1 > div:first-child{
	width:84%;
}
.cta_1 .button_type_12{
	min-width:135px;
}
.call_to_action_2{
	padding:25px 0;
}
.big_video_container{
	width:960px;
	height:540px;
	position:relative;
}
.big_video_container > iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* -----------------------------------

	15. Forms

------------------------------------- */

.searchform_wrap{
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transform:translateY(60px);
	-moz-transform:translateY(60px);
	-o-transform:translateY(60px);
	-ms-transform:translateY(60px);
	transform:translateY(60px);
	opacity:0;
	visibility: hidden;
	z-index:101;
}
.searchform_wrap[class*="type_"],.searchform_wrap[class*="type_"].opened,
.searchform_wrap[class*="type_"].closed{
	background:#FAFBFB;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}
.searchform_wrap.opened,.main_menu > li:hover > .sub_menu_wrap{
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;
	visibility: visible;
}
.searchform_wrap.closed{
	-webkit-transform:translateY(-60px);
	-moz-transform:translateY(-60px);
	-o-transform:translateY(-60px);
	-ms-transform:translateY(-60px);
	transform:translateY(-60px);
	opacity:0;
	visibility: hidden;
}
[role="search"]:not([class*="type_"]){
	width:99%;
}
[role="search"]:not([class*="type_"]) input[type="text"]{
	width:95%;
	background:transparent;
	border:none;
}
[role="search"].type_2 button{
	position:absolute;
	right:13px;
	height:100%;
	top:0;
	margin-top:0;
}
[role="search"].type_2 input[type="text"]{
	padding-right:40px;
}
input:not([type="submit"]),textarea{
	background:#f5f7f8;
	height:40px;
	padding:9px 10px;
	color:#696e6e;
	border:2px solid #e4e4e2;
	outline:none;
	resize:none;
}
input:not([type="submit"]).type_2{
	height:30px;
	padding:2px 10px;
	width:45%;
}
input[type="checkbox"] + label,input[type="radio"] + label{
	cursor:pointer;
	display:inline-block;
	position:relative;
	margin-bottom:8px;
}
input[type="checkbox"] + label:after{
	content:"\f00c";
	font-family: FontAwesome;
	line-height: 24px;
	top:0;
	font-size:.85em;
	position:absolute;
	left:5px;
	color:#292f38;
	display:none;
}
input[type="checkbox"] + label:before,input[type="radio"] + label:before,
.block_select:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin-right:9px;
	width:22px;
	height:22px;
	background:url("../images/checkbox.html") no-repeat;
}
input[type="radio"] + label:before,.block_select:before{
	background:url("../images/radio.html") no-repeat 0 0;
	overflow: hidden;
}
input[type="checkbox"]:checked + label:after{
	display:block;
}
input[type="radio"]:checked + label:before,.block_select.selected:before{
	background-position:0 -22px;
}
#contactform.mini textarea,.notes{
	height:140px;
}
#cf_message{
	height:160px;
}
input::-ms-clear {
    display: none;
    width:0;
    height:0;
}
.quantity input[type="text"]{
	padding:0 8px;
	border-left-width:1px;
	border-right-width:1px;
	border-top:none;
	border-bottom:none;
	background:transparent;
	height:26px;
	width:44px;
}
.quantity button{
	height:26px;
	width:27px;
}
.review_tarea,#comments{
	height:200px;
}
input:not([type="submit"]).small_field{
	width:64px;
}
.table_type_4 tr:last-child input[type="text"]{
	width:200px;
}
label[class*="required"]:after{
	content:"*";
	display:inline-block;
	vertical-align: top;
	margin-left:4px;
}
#capcha{
	width:121px;
}
fieldset legend{
	padding-right:12px;
}
fieldset legend .close_fieldset{
	position:absolute;
	top:1px;
	right:0;
}
.subscribe_form_2 input[type="email"]{
	width:275px;
}

/* -----------------------------------

	16. Footer

------------------------------------- */

#footer{
	color:#bdc3c7;
	padding:45px 0 0;
}
#footer.type_2{
	padding-top:0px;
}
.footer_top_part{
	padding-bottom:37px;
}
#footer.type_2 .foorer_top_part{
	padding-bottom:45px;
}
.footer_bottom_part{
	background:#292f38;
	padding:24px 0 22px;
	color:#999;
}

/* -----------------------------------

	17. Animations

------------------------------------- */

@-webkit-keyframes ministorm{
	0%,100%{
		-webkit-tranform:rotate(0deg);
	}
	30%{
		-webkit-transform:rotate(8deg);
	}
	70%{
		-webkit-transform:rotate(-8deg);	
	}
}
@keyframes ministorm{
	0%,100%{
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	30%{
		-moz-transform:rotate(8deg);
		-o-transform:rotate(8deg);
		-ms-transform:rotate(8deg);
		transform:rotate(8deg);
	}
	70%{
		-moz-transform:rotate(-8deg);
		-o-transform:rotate(-8deg);
		-ms-transform:rotate(-8deg);
		transform:rotate(-8deg);	
	}
}
@keyframes wicket{
	0%{
		-moz-transform:rotate3d(1,0,0,90deg);
		-o-transform:rotate3d(1,0,0,90deg);
		-ms-transform:rotate3d(1,0,0,90deg);
		transform:rotate3d(1,0,0,90deg);
	}
	70%{
		-moz-transform:rotate3d(1,0,0,-30deg);
		-o-transform:rotate3d(1,0,0,-30deg);
		-ms-transform:rotate3d(1,0,0,-30deg);
		transform:rotate3d(1,0,0,-30deg);
	}
	100%{
		-moz-transform:rotate3d(1,0,0,0deg);
		-o-transform:rotate3d(1,0,0,0deg);
		-ms-transform:rotate3d(1,0,0,0deg);
		transform:rotate3d(1,0,0,0deg);
	}
}
@-webkit-keyframes wicket{
	0%{
		-webkit-transform:rotate3d(1,0,0,90deg) translate3d(0,0,1px);
	}
	70%{
		-webkit-transform:rotate3d(1,0,0,-30deg) translate3d(0,0,1px);
	}
	100%{
		-webkit-transform:rotate3d(1,0,0,0deg) translate3d(0,0,1px);
	}
}
@keyframes wicketout{
	0%{
		-moz-transform:rotate3d(1,0,0,0deg);
		-o-transform:rotate3d(1,0,0,0deg);
		-ms-transform:rotate3d(1,0,0,0deg);
		transform:rotate3d(1,0,0,0deg);
	}
	30%{
		-moz-transform:rotate3d(1,0,0,-30deg);
		-o-transform:rotate3d(1,0,0,-30deg);
		-ms-transform:rotate3d(1,0,0,-30deg);
		transform:rotate3d(1,0,0,-30deg);
	}
	100%{
		-moz-transform:rotate3d(1,0,0,90deg);
		-o-transform:rotate3d(1,0,0,90deg);
		-ms-transform:rotate3d(1,0,0,90deg);
		transform:rotate3d(1,0,0,90deg);
	}
}
@-webkit-keyframes wicketout{
	0%{
		-webkit-transform:rotate3d(1,0,0,0deg) translate3d(0,0,1px);
	}
	30%{
		-webkit-transform:rotate3d(1,0,0,-30deg) translate3d(0,0,1px);
	}
	100%{
		-webkit-transform:rotate3d(1,0,0,90deg) translate3d(0,0,1px);
	}
}
@-webkit-keyframes sizejump{
	0%,100%{-webkit-transform:scaleX(1);}
	50%{-webkit-transform:scaleX(1.1);}
}
@keyframes sizejump{
	0%,100%{-moz-transform:scaleX(1);-o-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}
	50%{-moz-transform:scaleX(1.1);-o-transform:scaleX(1.1);-ms-transform:scaleX(1.1);transform:scaleX(1.1);}
}
@-webkit-keyframes jump{
	0%,100%{-webkit-transform:translateY(0px);}
	50%{-webkit-transform:translateY(-5px);}
}
@keyframes jump{
	0%,100%{-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}
	50%{-moz-transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);}
}
[class*="animate_"]{
	-webkit-transition:all .7s ease;
	-moz-transition:all .7s ease;
	-o-transition:all .7s ease;
	transition:all .7s ease;
}
[class*="animate_"].fast,.tr_all_hover{
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
[class*="animate_"].long,.tr_all_long_hover{
	-webkit-transition:all 1.1s ease;
	-moz-transition:all 1.1s ease;
	-o-transition:all 1.1s ease;
	transition:all 1.1s ease;
}
[class*="animate_ft"],.animate_fade{
	opacity:0;
	visibility: hidden;
}
.animate_ftl{
	-webkit-transform:translateX(45px);
	-moz-transform:translateX(45px);
	-o-transform:translateX(45px);
	-ms-transform:translateX(45px);
	transform:translateX(45px);
	 
}
.animate_ftr{
	-webkit-transform:translateX(-45px);
	-moz-transform:translateX(-45px);
	-o-transform:translateX(-45px);
	-ms-transform:translateX(-45px);
	transform:translateX(-45px); 
}
.animate_ftt{
	-webkit-transform:translateY(35%);
	-moz-transform:translateY(35%);
	-o-transform:translateY(35%);
	-ms-transform:translateY(35%);
	transform:translateY(35%); 
}
.animate_ftb{
	-webkit-transform:translateY(-35%);
	-moz-transform:translateY(-35%);
	-o-transform:translateY(-35%);
	-ms-transform:translateY(-35%);
	transform:translateY(-35%);
}
.animate_half_tc:first-child{
	-webkit-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%);
	opacity:0;
	visibility: hidden;
}
.animate_half_tc:not(:first-child){
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.animate_sj_finished{
	-webkit-animation:sizejump .7s ease;
	-moz-animation:sizejump .7s ease;
	-o-animation:sizejump .7s ease;
	-ms-animation:sizejump .7s ease;
	animation:sizejump .7s ease;
}
.animate_horizontal_finished[class*="animate_"],.ie9 [class*="animate_"]:not(#go_to_top){
	-webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
	-o-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
	opacity:1;	
	visibility: visible;
}
.animate_vertical_finished[class*="animate_ft"],.no_children_animate [class*="animate_"],
.with_buttons:hover .open_buttons > *,.simple_s_caption.active{
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;	
	visibility: visible;
}
.animate_fade_finished,.with_buttons:hover:after,
.tooltip_container:hover .tooltip_type_2.top,
.tooltip_container:hover .tooltip_type_2.bottom,
.tooltip_container:hover .tooltip_type_2.left,
.tooltip_container:hover .tooltip_type_2.right{
	opacity:1;	
	visibility: visible;	
}

/* -----------------------------------

	18. Responsive changes

------------------------------------- */

@media only screen and (max-width: 1200px){
	.boxed_layout{
		width:1020px;
	}
	.product_item:not(.list_type){
		width:219px;
		margin-left:10px;
		margin-right:10px;
	}
	.products_container{
		margin-left:-10px;
		margin-right:-10px;
	}
	.menu_wrap.type_2 .main_menu > li > a{
		padding-left:27px;
		padding-right:27px;
	}
	.categories_nav_list > li{
		width:127px;
	}
	.p_list_description{
		width:285px;
	}
	.table_type_4 tr:first-child th:nth-child(4){
		width:160px;
	}
	.table_type_4 tr:last-child input[type="text"]{
		width:195px;
	}
	.table_type_1 tr:first-child th:nth-child(2){
		width:145px;
	}
	.slide_caption{
		right:20px;
		padding-top:65px;
	}
	.slide_caption_2,.camera_caption_2{
		padding-top:70px;
	}
	.camera_caption_1{
		padding-top:65px;
	}
	.camera_caption_3{
		padding-top:35px;
	}
	.s_form_wrap_2{
		width:310px;
	}
	.main_menu.type_3 .sub_menu_wrap:not(.type_2){
		width:456px;
	}
	.qv_preview .zoomWrapper{
		width: auto !important;
		height:auto !important;
	}
	.qv_preview .zoomWrapper img{
		position: relative !important;
	}
	.zoomContainer{
		display:none !important;
	}
	
	.portfolio_masonry_container .portfolio_item.m_width_1{
	width:388px;
	}
	.portfolio_masonry_container .portfolio_item.m_width_2{
		width:290px;
	}
	.portfolio_masonry_container .portfolio_item.m_width_3{
		width:194px;
	}
	.portfolio_masonry_container .portfolio_item.m_width_3 .open_buttons{
		width:92px;
	}
	.p_table{
		width:233px;
	}
	.p_table.active,
	.p_table:hover{
		width:243px;
	}
	.main_menu > li > a{
		padding-left:30px;
		padding-right:30px;
	}
	.glyphicon_item i[class^="fa "]{
		line-height:1em;
	}
	.glyphicon_item{
		height:auto;
		padding-top:30px;
	}
	.big_video_container{
		width:100%;
		height:0;
		position:relative;
		padding-bottom:56%;
	}
	.table_type_6 tr td {
		width: auto !important;
	}
	.table_type_7 td,.table_type_7 thead tr:first-child th{
		padding-left:10px;
		padding-right:10px;
	}
	.big_video_container > iframe{
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
	}
	.menu_wrap.type_2 .main_menu > li > a{
		padding-left:18px;
		padding-right:18px;
	}
	.s_form_wrap{
		width:731px;
	}
	.table_md_wrap{
		overflow:scroll;
		overflow-y:hidden;
	}
	.d_md_none,.l_width_divider > li:before{
		display:none;
	}
	.d_md_block{
		display:block;
	}
	.d_md_inline_b{
		display:inline-block;
	}
	.d_md_inline_middle{
		display:inline-block;
		vertical-align: middle;
	}
	.t_md_align_l{
		text-align:left;
	}
	.t_md_align_c{
		text-align:center;
	}
	.h_md_auto{
		height:auto;
	}
	.m_md_bottom_0{
		margin-bottom:0;
	}
	.m_md_bottom_5{
		margin-bottom:5px;
	}
	.m_md_bottom_15{
		margin-bottom:15px;
	}
	.m_md_bottom_20{
		margin-bottom:20px;
	}
	.m_md_bottom_25{
		margin-bottom:25px;
	}
	.m_md_bottom_35{
		margin-bottom:35px;
	}
	.f_md_none{
		float:none;
	}
	.m_md_right_0{
		margin-right:0px;
	}
	.m_md_right_30{
		margin-right:30px;
	}
	.m_md_left_0,.s_form_wrap_2 .logo{
		margin-left:0px;
	}
	.m_md_left_25{
		margin-left:25px;
	}
	.m_md_bottom_5{
		margin-bottom:5px;
	}
	.m_md_bottom_15{
		margin-bottom:15px;
	}
	[class*="animate_"]:not(#go_to_top){
		-webkit-transform:translate(0px);
		-moz-transform:translate(0px);
		-o-transform:translate(0px);
		-ms-transform:translate(0px);
		transform:translate(0px);
		-webkit-animation:none;
		-moz-animation:none;
		-o-animation:none;
		-ms-animation:none;
		animation:none;
		opacity:1;	
		visibility: visible;
	}
}
@media only screen and (max-width: 992px){
	.boxed_layout{
		width:770px;
	}
	.page_content_offset{
		padding:45px 0;
	}
	.main_menu > li > a{
		padding-left:16px;
		padding-right:16px;
	}
	.menu_wrap.type_2 .main_menu > li > a{
		padding-left:12px;
		padding-right:12px;
	}
	.sub_menu_wrap{
		padding-right:0;
		width:444px;
	}
	.product_item:not(.list_type){
		width:226px;
	}
	.banner_title{
		font-size:1.28em;
	}
	.banner_title.type_2{
		font-size:2em;
	}
	.banner_caption,.banner.type_2 .banner_caption{
		left:10px;
	}
	.categories_nav_list > li{
		width:94px;
	}
	.table_type_4 td,.table_type_4 tr:last-child td{
		padding-left:7px;
		padding-right:7px;
	}
	.table_type_7 td,.table_type_7 thead tr:first-child th{
		padding-left:5px;
		padding-right:5px;
	}
	.table_type_4 tr:last-child input[type="text"]{
		width:125px;
	}
	.cw_product .close_fieldset{
		top:-6px;
	}
	.tabs_nav li a,.menu_wrap.type_2 .main_menu > li > a{
		padding-left:10px;
		padding-right:10px;
	}
	.main_menu.type_3 > li > a{
		padding-left:14px;
		padding-right:14px;
	}
	.slider_title_4{
		font-size:1.5em;
	}
	.slide_caption{
		right:20px;
		width:250px;
		padding-top:43px;
	}
	.slide_caption_2{
		width:257px;
		padding-top:65px;
	}
	.camera_caption_1{
		width:500px;
		padding-top:25px;
		left:auto;
		right:20px;
	}
	.camera_caption_2{
		left:20px;
		padding-top:50px;
	}
	.camera_caption_3{
		width:55%;
		left:50%;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.open_buttons{
	width:91px;
	}
	.portfolio_masonry_container .portfolio_item.m_width_1{
		width:290px;
	}
	.portfolio_masonry_container .portfolio_item.m_width_2{
		width:206px;
	}
	.portfolio_masonry_container .portfolio_item.m_width_3{
		width:152px;
	}
	.p_table{
		width:178px;
	}
	.p_table.active,
	.p_table:hover{
		width:188px;
	}
	.sub_sideshow, .sub_video{
		width:450px;
	}
	.team_photo{
		width:150px;
		height:150px;
	}
	h1 > b{
		line-height: 1em;
	}
	[role="navigation"]{
		position: relative;
		z-index:192;
	}
	.table_type_1 td,
	.table_type_1 th{
		padding-left:6px;
		padding-right:6px;
	}
	.table_sm_wrap{
		overflow:scroll;
		overflow-y:hidden;
	}
	.p_sm_right_0{
		padding-right:0;
	}
	.w_sm_auto,.s_form_wrap{
		width:auto !important;
	}
	.w_sm_full,.sub_sideshow, .sub_video{
		width:100%;
	}
	.d_sm_none,.n_sm_vc_child:after,.simple_s_caption{
		display:none;
	}
	.d_sm_block{
		display:block;
	}
	.d_sm_inline_b{
		display: inline-block;
	}
	.d_sm_inline_middle{
		display: inline-block;	
		vertical-align: middle;
	}
	.t_sm_align_c{
		text-align: center;
	}
	.t_sm_align_l{
		text-align: left;
	}
	.f_sm_none{
		float:none;
	}
	.nav_buttons_wrap_type_2{
		position:relative;
		top:auto;
		right:auto;
	}
	.widget figcaption[class*="relative"]{
		padding-right:20px;
	}
	.category_grid .product_item{
		width:174px;
		margin-left:5px;
		margin-right:5px;
	}
	.product_item .photoframe.type_2 .pp_wrap > [class*="button_type_"]{
		min-width:94px;
	}
	.s_form_wrap_2{
		width:245px;
	}
	.widget_content{
		padding-left:19px;
		padding-right:19px;
	}
	.tf_sm_none{
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.m_sm_bottom_0{
		margin-bottom:0px;
	}
	.m_sm_bottom_5{
		margin-bottom:5px;
	}
	.m_sm_bottom_10{
		margin-bottom:10px;
	}
	.m_sm_bottom_15{
		margin-bottom: 15px;
	}
	.m_sm_bottom_20{
		margin-bottom: 20px;
	}
	.m_sm_bottom_30{
		margin-bottom: 30px;
	}
	.m_sm_bottom_35{
		margin-bottom:35px;
	}
	.m_sm_bottom_45{
		margin-bottom:45px;
	}
	.m_sm_top_45{
		margin-top:45px;
	}
	.m_sm_right_0{
		margin-right:0px;
	}
	.m_sm_right_20{
		margin-right:20px;
	}
	.m_sm_left_0{
		margin-left:0px;
	}
	.m_sm_left_5{
		margin-left:5px;
	}
	.m_sm_left_10{
		margin-left:10px;
	}
	.mw_sm_0{
		min-width:0;
	}
	.popup{
		width:750px;
	}
}
@media only screen and (max-width:768px){
	.boxed_layout{
		margin:0 10px;
	}
	.h_bot_part{
		padding-top:15px;
		padding-bottom:15px;
	}
	.menu_wrap{
		background:transparent;
	}
	.sub_menu_wrap{
		position:relative;
		-webkit-transform:none !important;
		-moz-transform:none !important;
		-o-transform:none !important;
		-ms-transform:none !important;
		transform:none !important;
		opacity:1;
		visibility: visible;
		padding:0;
		margin:5px 0 0;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	.main_menu > li > a{
		background:#fff;
		color:#e74c3c;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		text-transform: none;
		padding:10px 15px;
		border:1px solid #e74c3c;
	}
	.main_menu > li.current > a,.main_menu > li:hover > a,
	.main_menu > .current_click > a{
		color:#fff;
	}
	.menu_wrap{
		position:relative !important;
		top:auto !important;
	}
	[role="banner"]{
		border-bottom:none !important;
	}
	.searchform_wrap{
		opacity:1;
		visibility: visible;
		position:relative;
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	[role="search"] input[type="text"]{
		padding-top:10px;
		padding-bottom:10px;
		height:50px;
	}
	.products_container .product_item,.category_grid .product_item,
	.portfolio_isotope_container,.portfolio_isotope_container .portfolio_item,
	.portfolio_isotope_container.three_columns .portfolio_item,
	.portfolio_isotope_container.four_columns .portfolio_item,
	.portfolio_masonry_container .portfolio_item.m_width_1,
	.portfolio_masonry_container .portfolio_item.m_width_2,
	.portfolio_masonry_container .portfolio_item.m_width_3,
	.portfolio_masonry_container{
		width:100% !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.products_container:not(.list_type) .product_item .photoframe,.nc_carousel .owl-item .photoframe,
	.wfilter_carousel .photoframe,.bestsellers_carousel .photoframe{
		width:263px;
		margin-left:auto;
		margin-right:auto;
	}
	.revolution_slider [class*="button_type_"],
	.banner [class*="button_type_"]{
		padding-top:5px;
		padding-bottom:5px;
	}
	.nav_buttons_wrap_type_2{
		position:absolute;
		top:50%;
		right:10px;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	.specials_item{
		margin-left:1px;
	}
	.categories_nav_list > li{
		width:18.2%;
		margin-left:1%;
		margin-right:1%;
	}
	.table_wrap{
		overflow:scroll;
		overflow-y:hidden;
	}
	.table_type_7 td,.table_type_7 thead tr:first-child th{
		padding-left:15px;
		padding-right:15px;
	}
	[class*="table_type_"] tr:last-child td:not(:last-child){
		border-bottom:1px solid #ecf0f1;
	}
	.our_recent_work_carousel .open_buttons{
		width:91px;
	}
	.tabs_nav li:not(:first-child) a{
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.h_bot_part.type_2{
		padding-bottom:10px;
	}
	.p_xs_hr_0{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.f_xs_none{
		float:none;
	}
	.f_xs_left{
		float:left;
	}
	.d_xs_block{
		display:block;
	}
	.d_xs_inline_b{
		display:inline-block;
	}
	.d_xs_inline_middle{
		display:inline-block;	
		vertical-align: middle;
	}
	.p_table,
	.p_table.active,
	.p_table:hover{
		margin:15px 0;
		padding:0 15px;
	}
	.d_xs_centered{
		margin-left:auto;
		margin-right:auto;
	}
	.d_xs_none,.custom_thumb,.sub_menu_wrap:before,.tp-leftarrow,.tp-rightarrow,.isotope_menu [class*="button_type_"]:after,
	.camera_next,.camera_prev,#styleswitcher,.flex-direction-nav a{
		display:none;
	}
	.w_xs_auto,.boxed_layout,
	.portfolio_isotope_container.four_columns .portfolio_item .open_buttons{
		width:auto;
	}
	.w_xs_full,.product_item[class*="w_xs_full"],[class*="table_type_"] td[class*="w_xs_full"],.s_form_wrap_2,
	.p_table,
	.p_table.active,
	.p_table:hover{
		width:100%;
	}
	.t_xs_align_c,.related_projects .owl-item{
		text-align: center;
	}
	.t_xs_align_l{
		text-align: left;
	}
	.m_xs_bottom_0{
		margin-bottom:0px;
	}
	.m_xs_bottom_5{
		margin-bottom:5px;
	}
	.m_xs_bottom_10{
		margin-bottom:10px;
	}
	.m_xs_bottom_15{
		margin-bottom:15px;
	}
	.m_xs_bottom_30{
		margin-bottom:30px;
	}
	.m_xs_right_0{
		margin-right:0;
	}
	.m_xs_right_25{
		margin-right:25px;
	}
	.m_xs_left_0{
		margin-left: 0px;
	}
	.m_xs_left_5{
		margin-left: 5px;
	}
	 
	.responsive_table thead tr{
		position:absolute;
		top:-9999px;
		left:-9999px;
	}
	.responsive_table td{
		position:relative;
		padding-left:50% !important;
		border-left:none !important;
		border-right:none !important;
		border-top:none;
	}
	.responsive_table td:not([colspan]):after{
		content:"";
		display:block;
		border-left:1px solid #ecf0f1;
		position:absolute;
		left:47%;
		top:0;
		height:100%;
	}
	.responsive_table td[colspan]{
		width:100%;
		text-align:center;
		padding-left:15px !important;
	}
	.responsive_table td:before{
		content:attr(data-title);
		position:absolute;
		top:50%;
		left:9px;
		width:45%;
		padding-right:10px;
		-webkit-transform:translateY(-50%) translateZ(0);
		-moz-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	.responsive_table tr:nth-child(2n){
		background:#F8FCFD;
	}
	.responsive_table.type_2 tr:first-child td{
		width:100%;
	}
	.responsive_table.type_2 tr{
		counter-reset: titlecounter;
	}
	.responsive_table.type_2 tr td{
		counter-increment: titlecounter;
	}
	.responsive_table.type_2 tr td:before{
		content:counter(titlecounter) "." attr(data-title);
	}
}
@media only screen and (max-width:480px){
	.dropdown_list{
		min-width:110px;
	}
	.shopping_cart{
		min-width:260px;
	}
	.product_description{
		width:98px;
	}
	.dropdown_list:not(.type_2):before{
		right:auto;
		left:10px;
	}
	.searchform_wrap{
		height:52px;
	}
	.banner{
		padding-bottom:1px;
	}
	.comment_content_wrap{
		margin-left:86px;
	}
	.comment:after{
		top:10px;
	}
	#login_popup .popup{
		width:80%;
		margin-left:0px !important;
		margin-right:0px !important;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.products_container.list_type .pp_wrap{
		width:100px;
	}
	.f_mxs_none{
		float:none;
	}
	.d_mxs_block{
		display:block;
	}
	.d_mxs_none{
		display:none;
	}
	.d_mxs_inline_b{
		display:inline-block;
	}
	.t_mxs_align_c{
		text-align:center;
	}
	.t_mxs_align_l{
		text-align:left;
	}
	.m_mxs_bottom_5{
		margin-bottom:5px;
	}
	.m_mxs_bottom_10{
		margin-bottom:10px;
	}
	.m_mxs_bottom_15{
		margin-bottom:15px;
	}
	.m_mxs_bottom_20{
		margin-bottom:20px;
	}
	.m_mxs_right_0{
		margin-right:0px;
	}
	.m_mxs_top_10{
		margin-top:10px;
	}
	.m_mxs_left_0{
		margin-left:0px !important;
	}
	.w_mxs_auto,.categories_nav_list > li[class*="w_mxs_auto"]{
		width:auto;
	}
	.w_mxs_full{
		width:100%;
	}
	.subscribe_form_2 input[type="email"]{
		width:100% !important;
	}
}
@media only screen and (max-width:393px){
	.d_exs_block{
		display:block;
	}
}

/* -----------------------------------

	19. Retina ready

------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144 dpi){
	blockquote:after{
		background-image:url("../images/blockquote_arrow_2x.html");
		background-size:17px 10px;
	}
	.comment:after{
		background-image:url("../images/comment_arrow_2x.html");
		background-size:9px 18px;	
	}
	.categories_list a > span:before,.categories_list a > span:after{
		background-image:url("../images/plusminus_2x.html");
		background-size:9px 10px;		
	}
	input[type="radio"] + label:before,.block_select:before{
		background-image:url("../images/radio_2x.html");
		background-size:22px 44px;	
	}
	.block_select:before{
		background-image:url("../images/checkbox_2x.html");
		background-size:22px 22px;		
	}
}
.social_icons .facebook:hover a,.sw_button.facebook{background:#339900 url(font-awesome/css/wx.html) center  no-repeat;}
.social_icons .twitter:hover a,.sw_button.twitter{background:#2daae1 url(font-awesome/css/qq.html)  center no-repeat;}
.horizontal_list .page-numbers {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5; margin-right:3px; color:#666
}
.horizontal_list .page-numbers:hover {
	text-decoration: none;
	color: #F60;
}
.horizontal_list .next, .horizontal_list .prev {
	width: auto;
	padding: 0px 10px; background-color:#E7E7E7
}
.horizontal_list .current {
	color: #F60;
}
.news p{ line-height:25px}
.news{ margin-bottom:50px; margin-top:20px}

.searchlist a{	 
	height: 30px; padding:0 10px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5; margin-right:3px; color:#666}
 
 .newslistimg img{  width:220px\9}
 #tab-1,#tab-2,#tab-3{ font-size:12px; line-height:25px}
  #tab-1 table,#tab-2 table,#tab-3 table{ width:100%}
  #tab-1 td,#tab-2 td,#tab-3 td{
	padding-left:0px;
	border:1px #ddd solid
}
 
