@media all and (min-width: 820px){
	@font-face {
	    font-family: opensans_r;
	    src: url(fonts/OPENSANSHEBREW-REGULAR-WEBFONT.TTF);
	}
	@font-face {
	    font-family: opensans_b;
	    src: url(fonts/OPENSANSHEBREW-BOLD-WEBFONT.TTF);
	}

	@font-face {
	  font-family: "sbwf";
	  src: url("fonts/spacerblackwebfont.eot");
	  src: 
	    url("fonts/spacerblackwebfont.woff") format("woff"),
	    url("fonts/spacerblackwebfont.otf") format("opentype"),
	    url("fonts/spacerblackwebfont.ttf") format("truetype"),
	    url("fonts/spacerblackwebfont.svg#spacerblackwebfont") format("svg");
	  }
	.desktop{display:block;}


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

	html,
	button,
	input,
	select,
	textarea {
		
	}
	* img{margin-bottom:5px;height:auto;width:auto;max-width:100%;}

	html {
	    background: #fff none repeat scroll 0 0;
	    min-width: 100%;
	    overflow-x: hidden;
	    width: 100% !important;
	}
	body {
	    min-width: 100%;
	    overflow-x: hidden;
	    width: 100% !important;		
		font-size: 14px;
		line-height:20px;
		direction: rtl;
		text-align:right;
		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%;
	}

	.txt_text table , .txt_text table table {
	    margin: 0 !important;
	    max-width: 100% !important;
	    width: 100% !important;
	}	
	.txt_text table td img {
	    width: 100% !important;
	}
	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;
	}

	/* ==========================================================================
	   Header
	   ========================================================================== */
	#mheader{
		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: #fff; /* Old browsers */
	   box-shadow: 0 0 3px #000;
	}

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

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

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

	#mheader > .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 {
	    cursor: pointer;
	    display: block;
	    height: 100%;
	    line-height: 80px;
	    position: absolute;
	    right: 0px;
	    text-align: center;
	    width: 70px;
	    z-index: 10000;
	    top: 0;
	}

	.call_me_phone{
	    cursor: pointer;
	    display: block;
	    height: 100%;
	    line-height: 80px;
	    position: absolute;
	    left: 0px;
	    text-align: center;
	    width: 70px;
	    z-index: 10000;
	    top: 0;
	}


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


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

	#scotch-panel {
	  display: none;
	}
	#site-wrapper {
	  padding-top: 50px;
	}
	.wrapper .scotch-panel-canvas {
	  z-index: 10000;
	}
	#fixed-nav {
		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;
	}
	#fixed-nav   ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		
	}
	#fixed-nav .selected{
		color:#986F00;
	}
	#fixed-nav   ul > li{
		min-height:42px;
		overflow:hidden;
		position: relative;
	}
	#fixed-nav    ul > li > a {
		display: block;
		width: 100%;
		min-height:42px;
		overflow:hidden;
		line-height: 42px;
		background: transparent;
		text-decoration: none;
		padding-right:10%;
		border-bottom:1px solid #eee;
		border-top:1px solid #fff;
		font-size:16px;
		font-weight:normal;
		position: relative;
		z-index: 100;
	}
	#fixed-nav   ul > li a:hover{
		background:#fff;
	}

	
	#fixed-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;
	}

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


	#fixed-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;
		
	}
	#fixed-nav   ul > .open_side > a {
	   
	}




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

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

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

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

	#fixed-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;
	}



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

	#fixed-nav a:hover{
		
	}



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

	.pagewrapper.Pcontent.form {
	    padding-top: 20px;
	}

	#main {
	    overflow: hidden;
	    padding-bottom: 28px;
	    margin-top: 0px;
	}
	.pagewrapper , .pagewraper {
	    margin: 0 ;
	    min-height: 0 !important;
	    width: 100%;
	}
	.rotateBanner {
	    height: auto;
	    padding-bottom: 0;
	}
	.inBanner {
	    height: auto !important;
	    width: 100% !important;
	}
	.inBanner img {
	    height: auto !important;
	    width: 100% !important;
	}
	.inBanner > .banner_text{
		display: none;
	}
	.banner_warp > div, .banner_warp > div img {
	    height: auto;
	    width: 100%;
	}	

	.pagewraper.banner_warp > div.half_banner , .pagewraper.banner_warp > div.half_banner > div{
	    height: auto  !important;
    	width: 100%  !important;
    }

	.pagewraper.banner_warp > div, .pagewraper.banner_warp > div img {
	    display: flex;
	    height: auto !important ;
	    width: 100% !important;
	}

/* ==========================================================================
Home page
========================================================================== */

	#Mreg_to_newsletter, #msearch {
	    border: 2px solid #fff;
	    border-radius: 8px;
	    box-shadow: 0 0 5px #333;
	    display: none;
	    height: 80px;
	    padding: 10px;
	    position: absolute;
	    right: 10px;
	    top: 81px;
	}

	#Mreg_to_newsletter > span , #msearch > span {
	    display: block;
	    margin-bottom: 5px;
	}

	#Mreg_to_newsletter input , #msearch input {
	    border: 0 none;
	    border-radius: 5px;
	    box-shadow: 0 0 2px #999 inset;
	    height: 29px;
	    width: 180px;
	}



	#banner_warp {
	    height: 50vh;
	    position: relative;
	}

	#color_links {
	    position: relative;
	    width: 100%;
	    z-index: 99;
	}	
	#color_links > a {
	    font-size: 1.5em;
	    width: 25vw;
	}

	#color_links .small {
	    width: 25vw;
	}

	#icon_main_menu {
	    padding: 10px 1%;
	}


	#icon_main_menu li.txt_icon {
	    margin: 20px 10%;
	    width: 80%;
	}
	#Hpblogs {
	    padding-bottom: 40px;
	}
	.all_blogs {
	    bottom: 10px;
	    top: auto !important;
	}

.searchThumb {
    height: 60px;
    width: 60px;
}
.searchResult > div {
    float: left;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    width: calc(100vw - 92px);
}

.searchResult > div.searchTitle a {
    font-size: 18px !important;
    line-height: 22px;
}


span#date_nav.head_title {
    cursor: pointer;
    display: inline-block;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    width: 100%;
}
#EventsTableWarp.small {
    float: right;
    width: 100% !important;
}
.EventsDiv {
    float: right;
    overflow: hidden;
}
.EventsTable {
    width: 100% !important;
    height: auto !important;
}

#calender1 > div#f_events {
    float: right;
    height: auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%;
}

#f_events .news_box .thumb > img {
    height: 100% !important;
    width: auto !important;
}
#calender_nav.small {
    font-size: 30px;
    height: 74px;
    margin: 0;
}
.small span#date_nav.head_title {
    font-size: 32px;
}
.days > th, .EventsTable tbody td {
    width: auto !important;
}
.day_div, .big .day_div {
    font-size: 14px !important;
    height: auto !important;
    line-height: 18px;
    margin: 2px !important;
    min-height: 43px !important;
    padding: 2px !important;
    width: 100% !important;
}
.day_div > span {
    font-size: 12px !important;
}
#EventsTableWarp.big {
    margin-bottom: 0;
}

#f_events .news_box .content {
    height: auto;
    margin: 10px 1%;
    width: 98%;
    overflow: hidden;
}
#f_events .news_box.big .content {
    margin: 10px 1%;
    width: 98%;
}
#f_events .news_box .thumb {
    width: 50%;
}
#f_events .news_box .text {
    width: 50%;
}
.news_box .Cbtn2 {
    font-size: 12px;
}
#f_events > .news_box.big .summary , #f_events > .news_box .summary{
    height: auto;
    padding: 10px 0;
}

.half_banner.b_s {
    width: 99%;
    margin: 3px 0.5%;
}



#Hpblogs .head_title, #brands .head_title {
    font-size: 38px;
    height: auto;
    line-height: inherit;
    padding: 20px 10px;
}



.wide.icons {
    margin: 30px 0;
}
.credit_simply {
    float: left;
    margin: 0;
}
.credit_duoton {
    float: right;
}



	.bottom_banner.mobile {
	    bottom: 0;
	    height: 50px;
	    position: fixed;
	    width: 320px;
	    z-index: 9999;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
	.adv_2 {
	    width: 300px;
	    margin: auto;
	}


	.bottom_banner .inBanner img {
	    margin: 0;
	}

	.bottom_banner .close {
	    background: #fff none repeat scroll 0 0;
	    border: 2px solid;
	    border-radius: 10px;
	    box-shadow: 0 0 1px #000;
	    display: block;
	    height: 20px;
	    left: 3px;
	    line-height: 16px;
	    position: absolute;
	    text-align: center;
	    top: 3px;
	    width: 20px;
	    z-index: 9;
	}

	.m_footer.icons_menu {
	    padding: 20px 10px;
	    position: relative;
	    text-align: center;
	    width: auto;
	    margin-bottom: 70px;
	}

	.m_footer.icons_menu ul {
	    display: table;
	    list-style: outside none none;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	.m_footer.icons_menu li {
	    display: table-cell;
	    padding: 0;
	    position: relative;
	}
	.m_footer.icons_menu li:last-child{
	    margin-left: 0;
	}

	.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;
	}


	.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;
	}








#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 {
		    display: none;
		}

		#left_col {
			width: 100%;
		}
	/* ==========================================================================
	   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: 25%;
	}
	#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;
		
	}


	.dates_table > div {
	    width: 32%;
	}
	.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;
	}
	.csform .cscheckbox {
	    margin-right: 17px;
	}
	label.requierd {
	    position: absolute;
	}

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

	form div{max-width:100%;}

	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */
	
	#main_banner {
	    margin-top:0 !important;
	}
	#top_banner {
	    height: auto;
	    margin-top: 0;
	    min-height: auto;
	    overflow: hidden;
	    width: 100%;
	}

	#top_banner.symbol > img {
	    height: 75px !important;
	    max-width: 30%;
	}

	#top_banner > img {
	    height: auto !important;
	    margin: 0 !important;
	    max-width: 100%;
	}

	#top_banner > h1, #top_banner h2, #top_banner.symbol h1, #top_banner.symbol h2 {
	    height: auto;
	    line-height: inherit;
	    margin-right: 0;
	    position: relative;
	    right: 0;
	    top: 0;
	}

	#top_banner > img + h1  , #top_banner img + h2, #top_banner.symbol img + h1, #top_banner.symbol img + h2 {
	    margin-right: 30% !important;
	}

	#top_banner > img + h1.wide {
	    margin-right: 0 !important;
	    right: 14px;
	    text-align: right;
	    width: 100%;
	}
	#top_banner ins, #top_banner .ins {
	    font-size: 36px;
	    height: auto;
	    line-height: 38px;
	}
	ins, .ins {
	    font-size: 36px;
	    line-height: 38px;
	}
	ins.small, .ins.small {
	    font-size: 16px;
	    line-height: 18px;
	}	
	h1, h2 {
	    font-size: 16px;
	    line-height: 18px;
	}

	h1.big, h2.big {
	    font-size: 36px;
	    line-height: 38px;
	}	
	h1.h > p:last-child , h1.h > p:first-child {
	    margin-right: 0px;
	    width: 100%;
	}
	.style_box {
	    margin: 10px 1px;
	}

	.content_manufacturer > a {
	    margin: 1.5%;
	    width: 30% !important;
	}	
	.content.right_col {
	    margin: 20px 0;
	    padding: 0 2px;
	    width: 100%;
	    min-height: 180px;
	}
	.left_col {
	    margin:  0;
	    padding: 0;
	    width: 100%;
	}

	.register_div_row > div {
	    width: 100%;
	}
	.interest_box.big {
	    margin: 1.5%;
	    width: 30% !important;
	}


	h1#date_nav.head_title {
	    font-size: 38px;
	    line-height: 44px;
	}

	.news_title {
	    height: auto;
	}
	.news_title .text {
	    position: relative;
	    width: 100%;
	}
	.news_title .thumb {
	    height: auto;
	    position: relative;
	    width: 100%;
	}

	.bloglinks > a.btn {
	    float: right;
	    margin: 4px 2%;
	    width: 96%;
	}

	.blog_filters > div {
	    float: right !important;
	    margin: 0 auto;
	}

	.blog_box, .blog_box:nth-child(2n+1) {
	    margin: 2% !important;
	    width: 96%;
	}
	.blog_box .image {
	    width: 100px;
	}
	.content .txt_text {
	    padding: 0 4px;
	    text-align: justify;
	}
	#top_banner.symbol.height {
	    background-size:  100% auto !important;
	    height: 190px;
	}

	.coupon_filters > .right > .left {
	    float: right;
	}
	.right_col * img, .left_col * img {
	    margin: auto !important;
	    max-width: 100%;
	}
	h2 > ins {
	    font-size: 28px;
	}


	#recommendation_sub_head {
	    height: auto;
	    overflow: hidden;
	    padding: 4px;
	    width: 100%;
	}
	.brand_color_logo {
	    float: right;
	    position: relative;
	    width: 100%;
	}
	#recommendation_sub_head h1 {
	    font-size: 36px;
	    height: auto;
	    line-height: 38px;
	    width: calc(100vw - 8px);
	    margin: 0 4px;
	}

	#recommendation_sub_head h1 > ins {
	    font-size: 36px;
	    line-height: 38px;
	}	
	.brand_logo {
	    float: right;
	    position: relative;
	    width: 100%;
	}
	#recommendation_sub_head .brand_logo > img {
	    position: relative;
	}
	#EventsDivTitle a {
	    padding: 0 7px;
	}

	#rating {
	    background-position: left center !important;
	    background-size: 100% auto !important;
	    max-width: 40%;
	}


	#related_recommendation > h3 {
	    padding-left: 40%;
	}
	#form_fields {
	    margin: auto;
	    padding: 20px;
	}

	.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;
	}


div#content {
    overflow: hidden;
    position: relative;
    width: 100%;
}	

/********** Forum ****************/




/********** Forum ****************/




#alert_warp > div {
    max-height: 70vh !important;
    margin: 115px auto auto !important;
    padding: 8px;
    width: 90%;
}
#alert_warp .close {
    margin-left: 4px !important;
}

.alert .half {
    width: 100% !important;
}




.fancybox-image, .fancybox-iframe {
    height: auto !important;
    width: 98% !important;
}


.waze > img {
    width: 36px;
}
	



	iframe{
		width:100% !important;
	}


}

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

	.blog_box .image {
	    width: 136px;
	}

	#EventsDivTitle a {
	    padding: 0 10px 0 18px;
	}
	#f_events .news_box .thumb {
	    width: 30%;
	}
	#f_events .news_box .text {
	    width: 70%;
	}
	.news_box .Cbtn2 {
	    font-size: 14px;
	}	
}

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

	.max480w {
	    display: none;
	}
	.min480w {
	    display: block;
	}
	.content.right_col {
	    margin: 20px 10%;
	    padding: 0 2px;
	    width: 80%;
	}

	.left_col {
	    margin: 0 10%;
	    padding: 0;
	    width: 80%;
	}


}

@media all and (min-width: 640px) and (max-width: 820px) {
	.dates_table > div {
	    width: 20%;
	}
	#top_banner.symbol.height {
	    background-size: 100% auto !important;
	    height: 224px;
	}
	#top_banner ins, #top_banner .ins {
	    font-size: 50px;
	    height: auto;
	    line-height: 58px;
	}
	h1, h2 {
	    font-size: 20px;
	    line-height: 28px !important;
	}
	#icon_main_menu li.txt_icon {
	    margin: 20px 2.6%;
	    width: 26%;
	}

	#Hpblogs > .storiesHpSlider {
	    margin: auto !important;
	    width: 576px !important;
	}
	.storiesHpSlider .bx-wrapper {
	    max-width: 576px !important;
	    width: 576px !important;
	}
	.storiesHpSlider .bx-viewport {
	    width: 576px !important;
	}
	.day_div, .big .day_div {
	    font-size: 16px !important;
	    height: auto !important;
	    line-height: 28px;
	    margin: 2px !important;
	    min-height: 64px !important;
	    padding: 2px !important;
	    width: 100% !important;
	}	

	#f_events .news_box .thumb {
	    width: 144px;
	}	

	#f_events .news_box .text {
	    float: left;
	    width: calc(100vw - 190px);
	}
	.half_banner.b_s {
	    margin: 14px 0.2%;
	    width: 49.6%;
	}
	.content.right_col {
	    margin: 20px 0;
	    width: 100%;
	}
	.left_col {
	    margin: 24px 0 0;
	    padding: 0;
	    width: 100%;
	}

	.content.left_col > div, .content.left_col > a {
	    float: right;
	    width: 49%;
	}
	.register_div_row > div {
	    width: 49%;
	}
	.interest_box.big {
	    margin: 2.4%;
	    width: 20% !important;
	}
	#news_form form .input_warp {
	    width: 49%;
	}
	.bloglinks > a.btn , .blog_filters > div{
	    margin: 4px 0.5%;
	    width: 49%;
	}
	.blog_box, .blog_box:nth-child(2n+1) {
	    margin: 10px 0.5% !important;
	    width: 49%;
	}
	.blog_box .image {
	    width: 110px;
	}
	.alert .half {
	    width: 49.5% !important;
	}
	.half_banner.b_s {
	    height: 170px;
	}

	.news_title .text {
	    width: 70%;
	}
	.news_title h1 {
	    font-size: 39px;
	    height: 92px;
	    line-height: 49%;
	}
	.news_title .thumb {
	    position: absolute;
	    width: 30%;
	}
}


