@media all and (min-width: 820px){
	.desktop{display:block;}

}
@media all and (min-width: 320px) and (max-width: 820px) {
	.mobile{display:block;}
	.desktop{display:none;}

	html,
	button,
	input,
	select,
	textarea {
		
	}
	* img{margin-bottom:5px;height:auto;width:auto;max-width:100%;}
	html {
		background: #EAEAEA ;
		}
	body {
		font-size: 14px;
		line-height:20px;
		direction: rtl;
		text-align:right;
		background: #189AC4 ; 
		padding-top: 77px !important;
	}
	* img {
		max-width: 100%;
	}


	::-moz-selection {
		background: #b3d4fc;
		text-shadow: none;
	}

	::selection {
		background: #b3d4fc;
		text-shadow: none;
	}
	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 1em 0;
		padding: 0;
	}
	img {
		vertical-align: middle;
	}
	fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	table {
		margin: 0 !important;
		max-width: 100%;
	}
	textarea {
		resize: none;
	}
	.wide{
		width:100%;
	}
	.wide_margin{
		width:92%;
		margin:auto;
	}
	.border {
		background:url("../images/bottom_line.png") repeat-x scroll center center;
		height: 4px;
		margin-bottom:4px;
	}
	/* ==========================================================================
	   Chrome Frame prompt
	   ========================================================================== */

	.chromeframe {
		margin: 0.2em 0;
		background: #ccc;
		color: #000;
		padding: 0.2em 0;
	}
	/* ==========================================================================
	   Helper classes
	   ========================================================================== */

	/*
	 * Image replacement
	 */

	.ir {
		background-color: transparent;
		border: 0;
		overflow: hidden;
		/* IE 6/7 fallback */
		*text-indent: -9999px;
	}

	.ir:before {
		content: "";
		display: block;
		width: 0;
		height: 150%;
	}

	/*
	 * Hide from both screenreaders and browsers: h5bp.com/u
	 */

	.hidden {
		display: none !important;
		visibility: hidden;
	}

	/*
	 * Hide only visually, but have it available for screenreaders: h5bp.com/v
	 */

	.visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	/*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */

	.visuallyhidden.focusable:active,
	.visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

	/*
	 * Hide visually and from screenreaders, but maintain layout
	 */
	.invisible {
		visibility: hidden;
	}

	/*
	 * Clearfix: contain floats
	 *
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    `contenteditable` attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that receive the `clearfix` class.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */

	.clearfix:before,
	.clearfix:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	.clearfix:after {
		clear: both;
	}

	/*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

	.clearfix {
		*zoom: 1;
	}

	/* ==========================================================================
	   General
	   ========================================================================== */
	.row_wrapper{
		width:100%;
		min-height:100px;
		float:right;
		background-color:#fff;
		z-index:10;
		position: relative;
	}

	.shadow_top{
		width:100%;
		height:7px;
		background-size:cover;
		background-position: center;
		background-image:url('../images/shadow_top.png');
		position: absolute;
		top:-7px;
		left:0;
	}

	.row_content{
		width:100%;
		min-height:100px;
		margin:0 auto;
		max-width:1020px;
	}

	.wrapper{
		width:100%;
		margin-top:78px;
	}


	/* ==========================================================================
	   Header
	   ========================================================================== */
	#header{
		width: 100%;
		height:76px;
		position: fixed;
		z-index: 200000;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		top: 0;
		left: 0;
		background:#189ac4 none repeat scroll 0 0;
	   box-shadow: 0 0 3px #000;
	}

	#header > .header_content {
		width:100%;
		height:100%;
		position: relative;
		float:right;
	}

	#header > .header_content > .header_top{
		width:100%;
		height: 73px;
		float:right;
	}

	#header > .header_content > .header_top > .logo {
	    display: block;
	    height: 77px;
	    margin: auto;
	    position: relative;
	    width: 60%;
	}

	#header > .header_content > .header_top > .logo > img {
	    bottom: 0;
	    height: auto !important;
	    left: 0;
	    margin: auto !important;
	    max-height: 98%;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.open_side_menu{
		float: right;
		width: 70px;
		border-left: 1px solid #FFF;
		height: 100%;
		cursor: pointer;
		position: relative;
		z-index: 10000;
	}

		
	.open_side_menu i {
	    bottom: 0;
	    color: #999999;
	    font-size: 42px;
	    height: 44px;
	    margin: auto;
	    position: absolute;
	    right: 14px;
	    top: 4px;
	    width: 44px;
	}
	.open_hr{
		float:right;
		width:2px;
		height:100%;
		background-image:url('../images/sep_bg.png');
	}

	.phone_hr{
		float:left;
		width:2px;
		height:100%;
		background-image:url('../images/sep_bg.png');
	}

	.call_me_phone{
		float: left;
		width: 67px;
		height: 100%;
		cursor: pointer;
		z-index: 10000;
		position: relative;
	}

	.call_me_phone i{
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		margin: auto;
		width: 45px;
		height: 45px;
		color: #999999;
		font-size: 40px;
	}

	a{color:#fff;text-decoration:none;}
	a:visited{color:#fff;text-decoration:underline;}


	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */

	#scotch-panel {
	  display: none;
	}
	#site-wrapper {
	  padding-top: 50px;
	}
	.wrapper .scotch-panel-canvas {
	  z-index: 10000;
	}
	#mfixed-nav {
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 0 3px;
		height: 100%;
		overflow: scroll;
		position: fixed;
		right: -100%;
		top: 0;
		transition: all 500ms ease 0s;
		width: 80%;
		z-index: 999999999;
	}
	#mfixed-nav   ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		
	}
	#mfixed-nav .selected{
		color:#986F00;
	}
	#mfixed-nav   ul > li{
		min-height:42px;
		overflow:hidden;
		position: relative;
	}
	#mfixed-nav    ul > li > a {
		display: block;
		width: 100%;
		min-height:42px;
		overflow:hidden;
		line-height: 42px;
		background: transparent;
		color: #000;
		text-decoration: none;
		padding-right:10%;
		border-bottom:1px solid #b7b7b7;
		border-top:1px solid #fff;
		font-size:16px;
		font-weight:normal;
		position: relative;
		z-index: 100;
	}
	#mfixed-nav   ul > li a:hover{
		background:#EAEAEA;
	}
	#mfixed-nav   ul > li a:hover{
		color:#986F00;
	}
	
	#mfixed-nav ul > li span {
	    cursor: pointer;
	    font-size: 20px;
	    height: 51px;
	    left: 0;
	    line-height: 50px;
	    position: absolute;
	    text-align: center;
	    top: -5px;
	    transform: rotate(90deg);
	    width: 31px;
	    z-index: 101;
	}

	#mfixed-nav    ul > li:first-child > a{
		border-top:none;
	}
	#mfixed-nav    ul > li:last-child > a{
		border-bottom:none;
	}


	#mfixed-nav    ul > li > ul{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		display:none;
		background-image:inherit;
		background-size:100% auto;
		max-height: 0;
		
	}
	#mfixed-nav   ul > .open_side > a {
	   
	}




	#mfixed-nav ul > .open_side{
		
		background-size:100% auto; 
	}

	#mfixed-nav ul > .open_side2 {
		height:auto !important;
		max-height: auto !important;
	}
	#mfixed-nav   ul > .open_side ul{
		display:block;
		max-height: none;
	}
	#mfixed-nav   ul  .open_side2 ul{
		display:block;
		max-height: none;
	}

	#mfixed-nav >  ul > li > ul > li{
		overflow:hidden;
		background-size:100% auto;  
	}

	#mfixed-nav >  ul > li > ul > li:last-child{
		border-bottom:none;
	}

	#mfixed-nav >  ul > li > ul > li > a{
		
		display: block;
		width: 100%;
		overflow:hidden;
		background: transparent;
		color: #555555;
		text-decoration: none;
		 border-bottom:1px solid #b7b7b7;
		 font-size:14px;
		font-weight:bold;
		border-top:1px solid #fff;
	}



	#mfixed-nav ul > li li {
	    height: 36px !important;
	    min-height: 36px !important;
	}
	#mfixed-nav ul > li li > a {
	    font-size: 14px;
	    height: 36px !important;
	    line-height: 36px;
	    min-height: 36px;
	    padding-right: 28px;
	}
	#mfixed-nav ul > li li > a:last-child {
	    border-bottom: 1px solid #d7d7d7;
	}
	
	#mfixed-nav ul > li li li > a {
	    padding-right: 36px;
	}
	#mfixed-nav ul > li li span {
	    height: 36px;
	    line-height: 36px;
	}

	#mfixed-nav a:hover{
		
	}



	#main_wrap.screenwrapper {
	    margin-top: 0px;
	}

	.pagewrapper.Pcontent.form {
	    padding-top: 20px;
	}
	.content{
		width:94%;
		float:Right;
		margin:3%;
		padding-bottom:10px;
		color:#333;
	}

	.content .p_h1{
		font-size:20px;
		min-height:30px;
		width:100%;
		float:right;
		color:#a9a9a9;
		font-weight:bold;
		padding:0;
		margin:0;
	}

	.pagewraper {
	    width: 100% !important;
	}

	.half_right select{
		width:100%;
		font-size:15px;
		padding:5px 7px;
		border:1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px 5px;
		box-shadow: 0px 0px 4px 1px #cccccc;
		font-weight:bold;
	}


	#welcome > div > div {
	    background: #efefef none repeat scroll 0 0;
	    float: right;
	    height: auto;
	    overflow: hidden;
	    padding: 0;
	    width: 100%;
	}

	.text {
		font-size: 16px;
		font-weight: normal;
		padding:0 5px;
		width:100%;
		float:right;   
	}

	.half_right{
		width:100% !important;
		float:right;
		margin:5px 0px;
	}


	#HpMdule .item_box, #grades .item_box {
	    float: none;
	    margin: 10px auto;
	    overflow: hidden;
	}
	.item_image img {
	    margin: 0 !important;
	    max-width: 100% !important;
	    width: 100% !important;
	}


#similars > .item_box:nth-child(4) {
    display: block !important;
}
.zoomImage {
    display: none;
}

	/* ==========================================================================
	   Inner Banner
	   ========================================================================== */
	.inner_banner{
		height:377px;
		position: relative;
		
	}


.screenwrapper.page_banner {
    padding-bottom: 10px;
}

	.inner_banner_content{
		width:100%;
		max-width:none;
		height:100%;
		position: relative;
	}

	.inner_banner_content > .slide{
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		z-index:-15;
		background-size:cover;
		background-position: center;
	}




		#right_col {
			background: #189ac4 none repeat scroll 0 0;
		    min-height: 0;
		    padding: 5px 5px 40px;
		    text-align: justify;
		    width: 100%;
		}

		#left_col {
			width: 100%;
		}
		.left_menu {
		    width: 98%;
		}	


		.dimensions > span {
		    color: #000;
		}
		#newsmarquee > div:first-child {
		    margin-top: -400px;
		}


	/* ==========================================================================
	   Category
	   ========================================================================== */
	.category_mobile{
		width:48%;
		float:right;
		display:block;
		color:#000;
		text-decoration: none;
		margin-bottom:20px;
	}

	.category_mobile:nth-child(2n){
		float:left;
	}

	.category_top{
		float:right;
		width:100%;
		text-align:center;
		height:auto;
		overflow:hidden;
		min-height:150px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category_top img{
		
	}


	.category_middle{
		width:100%;
		float:right;
	}

	.category_middle{
		width:100%;
		float:right;
		position: relative;
	}

	.linefull{
		width:100%;
		height:2px;
		background-color: #d9d9d9;
		position: absolute;
		top:40%;
		z-index:-1;
	}

	.category_bottom{
		width:100%;
		font-size:0.8em;
		height:20px;
		text-align:center;
		float:right;
		font-weight:bold;
	}
	/* ==========================================================================
	   Homepage Content
	   ========================================================================== */
	.home_content{
		max-width:980px;
		position: relative;
		height:350px;
		z-index:1000;
	}

	.home_page_top{
		margin-bottom:20px;
		background-size:cover;
		background-position: center;
		background-image:url('../images/header_980_deco.png');
		width:100%;
		height:22px;
		float:right;
	}

	.home_box{
		width:29.65%;
		padding:1%;
		height:250px;
		float:right;
		box-shadow:0px 0px 3px 2px #e1e1e1;
		border-radius: 10px;
		margin-left:2.5%;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		display:block;
	}
	.home_box:hover{
		box-shadow:0px 0px 8px 7px #e1e1e1;
	}
	.home_box:last-child{
		margin-left:0;
	}

	.home_box .img_holder{
		width:100%;
		float:left;
		height:137px;
		margin-bottom:17px;
		border-radius: 10px;
	}

	.home_box .img_holder img{
		max-width: 100%;
		border-radius: 10px;
	}

	.home_box .box_headline{
		width:100%;
		float:left;
		height:28px;
		font-size:20px;
		color:#000;
	}

	.home_box .box_text{
		width:100%;
		float:left;
		height:60px;
		color:#5b5b5b;
		font-size:13px;
	}

	.home_box .box_link{
		width:100%;
		float:left;
		font-size:12px;
		color:#000000;
	}

	.pagewrapper.PCCcontent {
		min-height: 252px !important;
	}
	
	

#footer.screenwrapper {
    margin-bottom: 50px;
}

	#m_footer.screenwrapper {
	    background: #fff none repeat scroll 0 0;
	    bottom: 0;
	    box-shadow: 0 0 3px #333;
	    height: 50px;
	    overflow: auto;
	    position: fixed;
	    z-index: 999;
	}
	#m_footer > ul {
	    list-style: outside none none;
	    margin: 0;
	    padding: 0;
	}
	#m_footer li {
	    float: right;
	    height: 50px;
	    padding: 0;
	    text-align: center;
	    width: 33.3%;
	}
	#m_footer li > a {
	    border-left: 1px solid #999;
	    border-right: 1px solid #eee;
	    color: #333;
	    display: block;
	    font-weight: bold;
	    height: 50px;
	    padding: 5px;
	    width: 100%;
	}
.fancybox-close{
    background:  url("../images/fancybox/mfancybox_sprite.png") no-repeat scroll 0 0 !important;
    height: 21px !important;
    top: 9px !important;
}
.fancybox-close:hover {
    background:  url("../images/fancybox/mfancybox_sprite.png") no-repeat scroll 0 -21px !important;

}
	/* ==========================================================================
	   Footer
	   ========================================================================== */

#filters.mobile {
    background: #fff none repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    box-shadow: 0 0 2px #333;
    height: auto;
    left: 0;
    padding: 15px 1% 3px;
    position: fixed !important;
    width: 98%;
    z-index: 20000;
}

#filters.mobile > div {
	width: 100%;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
#filters.mobile .select_warp {
    float: right;
    margin: 1% !important;
    width: 30%;
}
#filters.mobile #filters select {
    background: #fff url("../images/arrow_select.png") no-repeat scroll 24% 10px;
    width: 124%;
}

#filters > div > div {
    float: right;
    margin: 0 13px;
}
#price_slider {
    width: 60% !important;
}
#price_slider > div {
    float: right;
    width: 98%;
}
/************************ RANGE SLIDER  **********************************/

#mslider-range {
    background: #555555 none repeat scroll 0 0 !important;
    border: 1px solid #555555;
    height: 2px;
    margin: 8px 6px 0 3px;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
    background: rgba(0, 0, 0, 0) url("../images/m-slider-handle.png") no-repeat scroll center center;
    border: medium none;
    cursor: grab;
    height: 22px;
    top: -10px;
    width: 22px;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 22px;
    position: absolute;
    width: 22px;
    z-index: 2;
}
.mmin {
    float: left;
    height: 25px;
    margin-top: 15px;
    width: 25px;
	font-size:12px;
}
.mmax {
    float: right;
    height: 25px;
    margin-top: 15px;
    width: 25px;
	font-size:12px;
}
	/* ==========================================================================
	   Content
	   ========================================================================== */
	.content_headline{
		width:100%;
		height:43px;
		text-align:center;
		float:right;
	}

	.content_page_text{
		width:100%;
		float:right;
		min-height:1px;
		overflow:visible;
		padding-bottom:40px;
		font-size:18px;
		line-height:20px;
	}

	/* ==========================================================================
	   Gallery
	   ========================================================================== */
	.gallery_top{
		max-width:730px;
		width:75.48979591836735%;
		height:22px;
		background-image:url('../images/gallery_top.png');
		float:right;
	}

	/* ==========================================================================
	   Gallery Aside
	   ========================================================================== */
	.gallery_base aside{
		max-width:230px;
		width:23.46938775510204%;
		float:left;
		min-height:200px;
		border-top:1px solid #d3d3d3;
		margin-top:2px;
	}
	.gallery_base aside ul{
		width:100%;
		min-height:200px;
		float:left;
		padding:0;margin:0;
		list-style:none;
	}

	.gallery_base aside ul li{
		width:100%;
		height:50px;
		border-bottom:1px solid #d3d3d3;
	}

	.gallery_base aside ul li a{
		display:block;
		color:#6b6b6b;
		font-size:18px;
		text-decoration: none;
		padding:15px 0px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.gallery_base aside ul li a:hover{
		color:#000;
		padding:15px 15px;
	}

	.gallery_base aside ul li .selected{
		color:#000;
		padding:15px 15px;
	}

	/* ==========================================================================
	   Gallery Content
	   ========================================================================== */
	.gallery_base section{
		max-width:730px;
		width:75.48979591836735%;
		margin-left:2.040816326530612%;
		float:left;
		min-height:200px;
		margin-top:16px;
	}

	.gallery_base section ul{
		padding:0;margin:0;list-style:none;
	}

	.gallery_box{
		margin-bottom:25px;
		width:30.13698630136986%;
		max-width:230px;
		padding:1%;
		min-height:118px;
		overflow:visible;
		float:left;
		box-shadow:0px 0px 3px 2px #e1e1e1;
		border-radius: 10px;
		margin-right:13px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		display:block;
		position: relative;
		cursor: pointer;
	}
	.gallery_box_hover{
		width:100%;
		height:100%;
		position: absolute;
		top:0;left:0;right:0;bottom:0;
		margin:Auto auto;
		background-size:cover;
		background-position: center;
		background-image:url('../images/gallery_hover.png');
		opacity:0;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
	}



	.gallery_box:hover > .gallery_box_hover{
		opacity:0.8;
	}
	.gallery_box:nth-child(3n){
		margin-right:0;
	}

	.gallery .img_holder{
		width:100%;
		float:left;
		height:137px;
		margin-bottom:17px;
		border-radius: 10px;
	}

	.gallery .img_holder img{
		max-width: 100%;
		border-radius: 10px;
	}


	.innerbanner{
		width:100%;
		float:right;
	}

	.item_holder{
		width:100%;
		text-align:center;
		float:right;
		margin-top:25px;
	}

	.item_head{
		width:90%;
		float:right;
		height:48px; 
		margin-top:2px;
		font-size:17px;
		font-weight:bold;
		color:#000;
		text-align:center;
		padding:0% 5%;
		padding-top:10px;
		display:block;
	}


	.item_img_holder{
		width:100%;
		float:right;
		height:233px; 
		position: relative;
		display:block;
	}

	.item_img_holder img{
		position: absolute;
		max-width:100%;
		max-height:100%;
		top:0;left:0;right:0;bottom:0;
		margin:auto auto;
	}

	.item_logo_holder{
		width:109px;
		float:right;
		height:56px; 
		position: absolute;
		bottom:0;
		right:0;
		z-index:10;
		background-image:url('../images/logo_box.png');
		background-repeat: no-repeat;
		background-size:100%;
	}

	.item_logo_holder img{
		position: absolute;
		max-width:80%;
		max-height:80%;
		top:0;left:0;right:0;bottom:0;
		margin:auto auto;
	}

	.item_text{
		
		font-weight:normal;
		line-height:18px;
		float:right;
		height:70px; 
		margin-top:2px;
		font-size:15px;
		text-align:Right;
		width:94%;
		padding:5px 3%;
	}

	.item_price_1{
		width:94%;
		padding:3px 3%;
		float:right;
		height:24px; 
		margin-top:1px;
		font-size:15px;
		text-align:right;
		font-weight:bold;
		color:#a2a2a2;
	}

	.item_price_2{
		width:94%;
		padding:3px 3%;
		float:right;
		height:24px; 
		margin-top:1px;
		font-size:15px;
		text-align:right;
		font-weight:bold;
		color:#a9a9a9;
	}

	.item_btn_right{
		width:142px;
		float:right;
		height:44px; 
		display:block;
		cursor: pointer;
	}

	.item_btn_left{
		width:142px;
		float:left;
		height:44px; 
		display:block;
		cursor: pointer;
	}

	.item_head_in{
		width:94%;
		height:45px;
		background-image:url('../images/header_top.png');
		text-align:Right;
		color:#000;
		font-weight:bold;
		font-size:20px;
		padding: 0 3%;
		padding-top:15px;
		float:Right;
	}

	.item_c{
		width:100%;
		margin:0;
		text-align:Right;
		background-color: #f3f3f3;
	}

	.item_full_pic_area{
		width:90%;
		min-height:240px;
		float:Right;
		padding:5%;
		background-color:#f3f3f3;
	}

	.item_full_pic_area .image_holder{
		width:100%;
		margin:0 auto;
		position: relative;
		height:100%;
		background-color:#fff;
		padding:5% 0%;
		text-align:center;
		vertical-align: central;
		border:1px solid #dfdfdf;
		box-shadow:0px 0px 4px 1px #dfdfdf;
		min-height:234px;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}

	.item_full_pic_area .image_holder .real_img{
		max-width:80%;
		margin:auto auto;
	}

	.item_full_pic_area .image_holder .sale{
		width:25%;
		position: absolute;
		top:-3px;left:-6px;
		background-image:url('../images/sale.png');
		background-size:100% 100%;
		height:30%;
		max-width:137px;
		max-height:135px;
		
	}

	.item_full_pic_area .image_holder .mag{
		width:20%;
		position: absolute;
		bottom:3px;left:6px;
		background-image:url('../images/mag_icon.png');
		background-size:100% 100%;
		height:25%;
		max-width:89px;
		max-height:89px;
		
	}



	.manuf_holder{
		position: relative;
		width: 100%;
		min-height: 10px;
		overflow: hidden;
		margin-top:10px;
		
	}

	.manuf_holder .left{
		position: absolute;
		width: 27%;
		height: 94%;
		top: 0px;
		left: 0px;
		border-right: 2px solid #DFDFDF;
		margin-top: 1%;
	}

	.manuf_holder .left img{
		position: absolute;
		max-width:100%;
		max-height:100%;
		top:0;left:0;right:0;bottom:0;
		margin:auto auto;
		max-width:70%;
	}

	.manuf_holder .right{
		position: absolute;
		width:69.09375%;
		height:94%;
		top:0;
		right:0;
		font-size:20px;
		color:#000;
		text-align:left;
		padding-left:2%;
		font-weight:Bold;
		padding-top:6%;
		
	}

	.middle_holder{
		position: relative;
		width: 100%;
		min-height: 150px;
		overflow: hidden;
		margin-top:0px;
		box-shadow:0px 0px 5px 1px #dadada;
		
	}

	.middle_holder .left{
		position: relative;
		float:left;
		width: 48%;
		height: 158px;
	}

	.middle_holder .left a{
		width:100%;height:100%;
		display:block;
	}
	.middle_holder .left a img{
		position: absolute;
		top:0;left:0;right:0;bottom:0;
		margin:auto auto;
		max-width:90%;
	}


	.middle_holder .right{
		float:right;
		width:43%;
		height:94%;
		top:0;
		right:0;
		font-size:14px;
		color:#000;
		text-align:right;
		padding-right:3%;
		padding-left:5%;
		line-height:20px;
		font-weight:Bold;
		padding-top:6%;
		padding-bottom:6%;
		border-left: 2px solid #DFDFDF;
	}


	.csinput,.cstextarea,.csbutton {
		width:99%;
		height:30px;
		margin:3px 0px;
	}

	.csinput{
		width:95%;
	}
	.cstextarea{
		height:100px;
	}

	.FormFields{line-height: 40px;}
	.FormText{width:100%;}

	form div{max-width:100%;}

	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */
	
	#main_banner {
	    margin-top:0 !important;
	}

	#top_banner {
	    margin-top: 0;
	}
	#main_banner img {
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
	}

	.rotateBanner {
	 	height: auto;
	    width: 100%;
	    top:0px;
	}
	.inBanner > .banner_text {
	    height: 80%;
	    padding: 0 3%;
	    width: 100%;
	}
	.banner_text > div {
	    width: 100%;
	}


	.banner_text > div > div.txt {
	    bottom: 0px;
	    font-size: 18px;
	    line-height: 24px;
	    padding: 0;
	    width: 100%;
	}
	ul.bxslider {
		margin: 0;
	}
	   .gallery{
		width:94%;
		float:Right;
		margin:3%;
		color:#fff;
		padding-bottom: 15%;
	}

	.gallery_content li{
		width:90%;
		height:30%;
		float:right;
		padding:5%;
		text-align:center;
	}

	.gallery_content li img{
		margin-bottom:10px;
	}

	.gallery_content li:nth-child(2n){float:left;}

	.gallery_content li{font-weight:bold;}
	ul.gallery_cats,ul.gallery_items{
		padding: 0;
		margin: 0;
	}

	ul.gallery_cats li {
		float: right;
		font-size: 12px;
		height: 130px;
		list-style: outside none none;
		margin: 1%;
		overflow: hidden;
		width: 48%;
	}
	ul.gallery_items li {
		float: right;
		height: 106px;
		list-style: outside none none;
		margin: 1%;
		overflow: hidden;
		width: 48%;
	}
	.lightbox_image {
		min-height: 100%;
	}
	.index_text {
		padding: 15px 0 10px;
	}

	.PageContent img {
		border: 2px solid #eee;
		box-shadow: 0 0 3px #333;
		display: block;
		margin: 2% 0 !important;
		max-width: 100%;
		min-width: 50%;
	}
	.footer_text {
		background: #676767 none repeat scroll 0 0;
		color: #eceeef;
		float: right;
		font-size: 12px;
		padding: 8px 0 45px;
		text-align: center;
		width: 100%;
	}
	.footer_text #contact {
		padding: 10px 0;
	}
	.footer_links img {
		width: 30px;
	}
	.footer_text.footer_links p , .footer_text.footer_links a.footer_text.footer_links {
		font-size: 12px !important;
	}
	.form-input-text {
		margin: 10px auto !important;
		width: 250px !important;
	}
	.btn {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
		background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
		background-color:#ededed;
		-webkit-border-top-left-radius:6px  !important;
		-moz-border-radius-topleft:6px  !important;
		border-top-left-radius:6px  !important;
		-webkit-border-top-right-radius:6px  !important;
		-moz-border-radius-topright:6px  !important;
		border-top-right-radius:6px  !important;
		-webkit-border-bottom-right-radius:6px  !important;
		-moz-border-radius-bottomright:6px  !important;
		border-bottom-right-radius:6px  !important;
		-webkit-border-bottom-left-radius:6px  !important;
		-moz-border-radius-bottomleft:6px  !important;
		border-bottom-left-radius:6px  !important;
		text-indent:0;
		border:1px solid #dcdcdc;
		display:inline-block;
		color:#777777;
		font-family:arial;
		font-size:15px;
		font-weight:bold;
		font-style:normal;
		height:50px;
		line-height:50px;
		width:auto;
		padding:0 10px !important;
		text-decoration:none;
		text-align:center;
		text-shadow:1px 1px 0px #ffffff;
		cursor:pointer;
	}
	.btn:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
		background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
		background-color:#dfdfdf;
	}
	.btn:active {
		position:relative;
		top:1px;
	}

div#content {
    overflow: hidden;
    position: relative;
    width: 100%;
}	
#main {
    background-position: center bottom !important;
    background-size: 100% auto !important;
    overflow: hidden;
    padding-bottom: 28px;
    margin-top: 0px;
}

#welcome2 > .pagewraper.wide {
    margin-top: 0px;
    width: 100%;
}
#welcome2 .w_box {
    background-size: 40vh auto !important;
    border-radius: 8px;
    box-shadow: 0 0 10px #333;
    height: auto;
    margin: 20px 7%;
    padding-top: 40vh;
    width: 86%;
}
.w_box > h2 {
    height: auto;
    line-height: 25px;
    padding-bottom: 11px !important;
}
.w_box .miBtn {
    color: #fff;
    margin: 20px auto;
    width: 100%;
}

#welcome3.screenwrapper{
	min-height: 0;
}
#slider.mac {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 20px 1%;
    padding: 0;
    width: 99%;
}
.bx-wrapper {
    margin: 0 !important;
}
.bx-wrapper .bx-viewport {
    height: auto !important;
    left: 1% !important;
    margin-bottom: 20px;
    width: 99% !important;
}
.bx-controls {
    bottom: -40px;
    position: relative;
}
#BannerBxSliderText {
    font-size: 14px;
    margin-top: 0;
    width: 100%;
}


.main_content {
    padding-bottom: 50px;
}

#p_left, #p_right {
    background: #fff none repeat scroll 0 0;
    height: auto !important;
    width: 100%;
}
#left_col {
    height: auto !important;
    width: 100%;
}
.left_menu > a {
    
}
#side_image{
	display: none;
}

#side_lid .input_warp.textInp > input , #side_lid #form_wrap .textAreaInp textarea ,#side_lid .input_warp.textInp > select {
    width: 98%;
}
.contact .wide {
    padding: 5px 0 10px !important;
    width: 100%;
}
.contact .half {
    margin-bottom: 20px;
}




.pagewrapper {
    margin: 0 1%;
    min-height: 0 !important;
    width: 98%;
}

#scrollers {
    bottom: 0;
    height: 30px;
    position: fixed;
    right: 0;
    width: 100%;
	 z-index: 999;
}
#scrollers > div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 3px #333;
    color: #618e24;
    float: right;
    font-size: 5vh;
	padding:2px 0;
    font-weight: bold;
    height: 100%;
    line-height: 30px;
    margin: 0 2%;
    text-align: center;
    width: 21%;
	cursor:pointer;
}
#scrollers > div:hover {
    background: #618e24 none repeat scroll 0 0;
    color: #fff;
}
.pagewrapper #credit {
    padding-bottom: 60px;
}
a.button {
    color: #fff !important;
}
#mlogin #login {
    height: auto;
    margin: auto;
    text-align: center;
    width: 261px;
}
#mlogin #login > span {
    color: #3e5c16;
    font-size: 16px;
    line-height: 26px;
}
#mlogin #login input {
    border: 1px solid #b9d1f0;
    font-family: alef_r;
    font-size: 16px;
    height: 30px;
    margin: 1px 0;
    padding: 2px;
    width: 245px;
}
#mlogin #login #send_login, #mlogin #login #send_logout {
    background: #008fea none repeat scroll 0 0;
    border: 1px solid #ececec;
    box-shadow: 0 0 3px #999;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 23px;
    height: 40px;
    line-height: 40px;
    margin: 15px auto 0;
    text-align: center;
    width: 115px;
}
#mlogin #login #fgt_pwd {
    color: #78b046;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
#mlogin #tocart {
    float: left;
    height: 83px;
    padding: 26px 0 0 25px;
}
#fill_cart {
    padding: 0px !important;
}



.form_wraps .input_wrap {
    width: 100%;
}


#main > div#c_content {
    width: 100%;
}
#c_content .c_content {
    overflow: hidden;
    padding-bottom: 40px;
    width: 98%;
	margin:1%;
}

#content > .pagewrapper {
    padding: 0;
}
#content > div {
    float: right;
    margin: auto;
    width: 100%;
}

#banner_bg_bottom {
    background-size: 100% 100%;
    bottom: 0;
    height: 20px !important;
}
/********** Forum ****************/
.forumCat .items a {
    margin: 10px 1%;
    width: 30%;
}
#forum > div#rss {
    margin: 10px auto !important;
    position: relative;
    width: 98% !important;
}
.forumPost .text {
    width: 100% !important;
}
/********** Forum ****************/

#content img {
    float: none !important;
    height: auto !important;
    margin: 1%;
    width: 98% !important;
}
#content.c_content span {
    font-size: 16px !important;
}

#contact.pagewrapper {
    overflow: hidden;
    padding: 12px 10px 10px;
    text-align: center;
    width: 100%;
}
.pagewrapper.Pcontent > div {
    padding: 0 10px;
}
.pagewrapper.members {
    width: 100% !important;
}

.members_divs {
    width: 100%;
}
.members_divs > div {
    margin: 1%;
    width: 98% !important;
}
.members_divs > div > div {
    width: 100% !important;
}
#contact.pagewrapper.members table {
    float: right;
    margin: 10px 30px;
    width: 95%;
}
#contact > div:first-child {
    width: 100%;
}
#hpTable, #hpTable .tr div {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#credit {
    float: right !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#alert_warp > div {
    margin: 115px auto auto !important;
    padding: 8px;
    width: 80%;
}
#content > .pagewrapper > div {
    min-height: 300px;
}
.purpleBtn {
    margin: 10px;
}
.coupon_code_img {
    display: inline-block;
    margin: auto;
    width: 35px;
}


.htabs > a {
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 24px;
    margin: 0 1px;
    padding: 10px;
    text-align: center;
    width: 49%;
}
.htabs > a .num {
    display: block;
    margin: auto;
}

#bids_text {
    padding: 5px 5px 20px;
}
.form_wraps .title {
    margin: 0 !important;
}

.form_wraps.type {
    height: 104px;
    margin-bottom: 16px;
}
.form_wraps .select_wrap , .form_wraps .select_wrap select{
	width: 100%;
}

.form_wraps input.datepicker , .form_wraps textarea{
    padding: 5px 2%;
    width: 93%;
}

.addrequest.white , .addrequest.greenBtn , .whiteBtn, .greenBtn{
    background-size: 100% 100%;
    float: right;
    font-size: 18px;
    margin: 0 !important;
    padding: 0 7% 0 0;
    width: 100%;
}

.reservation_row {
    margin: 14px 0;
    width: 98%;
}

#addorder > .half, .buttons .half  {
    padding: 5px;
    width: 100% !important;
}




#alert_wrap > div {
    width: 90%;
}

#alert_wrap > div .close {
    left: 0;
}

.fancybox-image, .fancybox-iframe {
    height: auto !important;
    width: 98% !important;
}
.add_to_cart {
    display: block;
    float: left;
    margin-left: 20px;
}
#cart_info table tr > td:first-child , #cart_info table tr > td:last-child , #cart_info table tr > th:first-child , #cart_info table tr > th:last-child {
    display: none;
}
#cart_info table tr > td, #cart_info table tr > th {
    width: 70px !important;
}
#cart_info table td {
    padding: 2px !important;
	font-size:4vw;
}
select.select_measure{
	min-width:0px !important;
}
#addSum.sumBtn {
    float: right;
    margin-top: 8px;
}
#subSum.sumBtn {
    float: left;
    margin-top: 8px;
}
#cart_info .item_sum {
    width:20px;
	font-size:4vw;
}
#register_form input[type="text"], #register_form input[type="password"], #register_form select, #register_form textarea{
	width: 167px;
}
#register_form textarea {
    width: 167px !important;
}

.pagewrapper #bottom_text {
    text-align: center;
}
.pagewrapper #credit {
    border-top: 1px solid #eee;
    float: none;
    margin: 0 !important;
    padding-top: 20px;
    text-align: center;
    width: 179px;
}

.attach_file_name {
    width: 170px;
}


.Pcontent.form a {
    color: #cc9600;
    text-decoration: underline;
}
.Pcontent.form a:hover {
    color: #999999;
}

.waze > img {
    width: 36px;
}
	

	.item_box , .item_box:first-child , .gallery-item , .gallery-item:first-child {
	    height: auto !important;
	    margin: 5px 10% 20px !important;
	    overflow: hidden;
	    width: 80%;
	}
	.gallery-item {
	    padding: 0 !important;
	}
	.gallery-item a img {
	    border: 0 solid #fff;
	}
	.item_box .title {
	    height: auto;
	}
	.item_box div {
	    position: relative !important; 
	    float:right;

	}
	.item_box .image {
	    float: right;
	    height: auto;
	    left: auto;
	    text-align: center;
	    top: auto;
	    width: 100%;
	    overflow: hidden;
	}
	.item_box .image img {
	    display: inline;
	    height: auto !important;
	    margin: auto;
	    width: 100% !important;
	}

	.item_box .bottom_bg {
   		 width: 100%;
	}
	.item_box .summary {
	    display: block;
	    height: 74px !important;
	    margin: 0;
	    overflow: hidden;
	    padding: 0;
	    width: 100%;
	}

	.item_box > .btns {
	    width: 100%;
	}

	.main_image a.main > img {
	    height: auto !important;
	}

	#left_col div {
	    color: #fff !important;
	}

	iframe{
		width:100% !important;
	}


}

@media all and (min-width: 360px) and (max-width: 820px) {

	.item_box , .item_box:first-child{
	    height: auto !important;
	    margin:5px 1% !important;
	    overflow: hidden;
	    width: 48%;
	}
	.gallery-item, .gallery-item:first-child {
	    height: 160px !important;
	    margin: 5px 1% !important;
	    overflow: hidden;
	    width: 48% !important;
	}
	.item_box .title {
	    height: 50px;
	}
	.item_box .summary {
	    height: 64px !important;
	}

	.item_box .image {
	    height: 100px !important;
	}


	.item_box .image img {
 		max-height: 100% !important;
	    bottom: 0;
	    left: 0;
	    margin: auto !important;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.item_box .image > a {
	    display: block;
	    height: 100%;
	    position: relative;
	    width: 100%;
	}
}

@media all and (min-width: 681px) and (max-width: 820px) {


	.item_box , .item_box:first-child , .gallery-item , .gallery-item:first-child {
	    float: right;
	    margin: 10px;
	    overflow: hidden;
	}

	.item_box .image img {
	    height: auto !important;
	    max-height: 100% !important;
	    width: 100% !important;
	}
	.item_box .image {
	    height: 149px !important;
	}
}


@media all and (min-width: 640px) and (max-width: 820px) {
		
	.hp_box, .hp_box:first-child {
	    width: 33%;
	}
	#welcome img {
	    width: 40%;
	}

	#hp_lid #form_wrap .input_warp.textAreaInp {
	    width: 50%;
	}
}
@media all and (min-width: 768px) and (max-width: 820px) {

}