@media all and (min-width: 820px){
	.desktop{display:block;}
}
@media all and (min-width: 320px) and (max-width: 820px) {
	
	.mobile-half{
		width:50% !important;
	}
	.mobile{display:block;}
	.desktop{display:none;} 
	.mobile-only-serach-btn{
		display:block;
		margin: 5px 10%;
		width: 80% !important;
		max-width: 280px;
		font-size:16px;
		font-weight:bold;
		color:#fff;
		margin-bottom: 10px;
	}
	#playerSearch{
		min-height:20px;
	}
	#search-box-super-holder.open{
		display:block;
	}
	#search-box-super-holder.close{
		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: #EAEAEA ; 
		padding-top: 64px !important;
	}
	* img {
		margin: 2% 1% !important;
		max-width: 98%;
	}


	::-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%;
	}
	#content table {
	    width: 100%;
	}
	td{
		padding:0px 10px;
	}
	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:0px;
	}


	/* ==========================================================================
	   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: #fff; /* Old browsers */
	   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 {
		bottom: 0;
		display: block;
		float: left;
		height: 64px;
		left: 0;
		margin: auto;
		max-width: 234px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0px;
		width: 167px;
	}
	header > .header_content > .header_top > .logo > img {
		height: 100%;
	}

	.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{
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 4px;
		margin: auto;
		width: 38px;
		height: 43px;
		color: #999999;
		font-size: 42px;
	}
	.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:#999999;text-decoration:none;}
	a:visited{color:#999999;text-decoration:underline;}


	header > nav{
		width:100%;
		height:75vh;
		
		background-color:#fff;
		position: absolute;
		overflow:scroll;
		top:80px;
		left:0;
		display:none;
	}

	header > nav > ul{
		width:100%;
		list-style:none;
		padding:0;
		margin:0;
	}

	header > nav > ul > li{
		width:92%;
		height:40px;
		margin: 3% 3%;
		background-color:#000;
		padding-right:2%;
		padding-top:2%;
	}

	header > nav > ul > li > a{
		display:block;
		border-right:4px solid #fff;
		padding:5px 10px;
		text-decoration: none;
		color:#fff;
		font-weight:bold;
	}
 
	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */
	#scotch-panel {
	  display: none;
	}
	#site-wrapper {
	  padding-top: 50px;
	}
	.wrapper .scotch-panel-canvas {
	  z-index: 10000;
	}
	#fixed-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: 60%;
		z-index: 999999999;
	}
	#fixed-nav   ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		
	}
	#fixed-nav .selected{
		color:#008080;
	}
	#fixed-nav   ul > li{
		min-height:50px;
		overflow:hidden;
		position: relative;
	}
	#fixed-nav    ul > li > a {
		display: block;
		width: 100%;
		min-height:50px;
		overflow:hidden;
		line-height: 50px;
		background: transparent;
		color: #acacac;
		text-decoration: none;
		padding-right:10%;
		border-bottom:1px solid #b7b7b7;
		border-top:1px solid #fff;
		font-size:16px;
		font-weight:bold;
		position: relative;
		z-index: 100;
	}
	#fixed-nav   ul > li a:hover{
		color:#000;
	}

	#fixed-nav   ul > li span {
	    cursor: pointer;
	    font-size: 28px;
	    height: 51px;
	    left: 0;
	    line-height: 50px;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    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: #acacac;
		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{
		
	}


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

	.screenwrapper {
	    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;
	}
	/* ==========================================================================
	   Inner Banner
	   ========================================================================== */
	.inner_banner{
		height:377px;
		position: relative;
		
	}




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


	/* ==========================================================================
	   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;
	}
	
	

	#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-size: 16px;
	    font-weight: bold;
	    height: 50px;
	    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
	   ========================================================================== */

	#banner {
		position: relative;  
		top: 0;
		width: 100%;
	}
	#main_banner {
	    margin-top:0 !important;
	}

	#top_banner {
	    margin-top: 0;
	}
	#main_banner img {
		margin: 0 !important;
		padding: 0 !important;
		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%;
	padding: 0px !important;
}	
	#main {
	    background-position: center bottom !important;
	    background-size: 100% auto !important;
	    overflow: hidden;
	    padding-bottom: 54px;
		margin-top: 0px !important;
		width:100%;
	} 

	#main.players {
	    margin-top: 0 !important;
	    width: 100%;
	}	
	#navRight {
	    display: none !important;
	}

	#homebanners .box {
	    display: inline-block;
	    float: none;
	    height: 200px;
	    margin: 0 14%;
	    padding: 5px;
	    text-align: center; 
	    width: 70%;
	}

	#homeContent {
	    padding: 10px 1%;
	    width: 98% !important;
	} 
	#playerSearch span , #playerSearch span.submit_warp {
	    margin: 5px 10%;
	    width: 80% !important;  
	    max-width: 280px;
	}
	.players #content {
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}

	#playerSearch {   
	    background: #212121 none repeat scroll 0 0;
		height: auto;
		margin: 0;
		overflow: hidden;
		padding: 20px 0;
		width: 100%;
		padding-bottom: 13px;
	}
	#search_conclusion {
	    background: #3b5d7e none repeat scroll 0 0;
	    float: right;
	    height: auto;
	    width: 100%;
	}
	#search_pannel > div#search_header {
 	     display: none;
	}
	#search_pannel {
	    float: right;
	    height: auto;
	    margin-bottom: 20px !important;
	    width: 100%;
	}
	#playerSearch textarea , #playerSearch select , #playerSearch input[type="text"], #playerSearch select{
		 width: 100%;
	}  

	 #pictures > .p_img {
	    float: right;
	    margin: 5px 15% !important;
	    width: 70% !important;
	}

	#property {
		width: 100%;
	}
	#property .for , #property .label{
		width:50%;
	}
	#prevExperience, #prevProductions, #moreSkills {
	    width: 100%;
	}

	#leftNav {
	    background: #c8c8c8 none repeat scroll 0 0;
	    min-height: 0;
	    width: 100%; 
	}

	#searchResult {
	    float: right;
	    width: 100%;
	}
	#searchResult .player {
	    float: right;
	    margin: 0.5%;
	    padding-top: 9px;
	    width: 48%;
	}  


	#searchResult .player.small {
	    margin: 5px 3px !important;
	    width: 100px !important;
	}
	#searchResult .player .pic {
	    display: block;
	    height: 251px;
	    margin-bottom: 8px;
	    margin-right: 1%;
	    position: relative;
	    width: 98%;
	}

	#searchResult.mysel {
		width: 100%;
	}	
	.player .pic > img {
	    max-height: 251px;
	}

	#content iframe {
	     width: 100%;
	}



	#main #content h1 {
	    background: #212121 none repeat scroll 0 0;
	    box-shadow: 0 0 5px #000;
	    height: auto !important;
	    margin-right: 0;
	    margin-top: 0;
	    text-align: center;
	    text-indent: 20px;
	    width: 100%;
	}


	#alert_fade > div {
	    background: rgba(0, 0, 0, 0) url("images/popUp.png") no-repeat scroll center center / 80% 80%;
	    height: 320px;
	    margin: auto;
	    position: relative;
	    top: 50px;
	    width: 320px;
	} 

	.pagewrapper {
	    margin: 0 1%;
	    min-height: 0 !important;
	    width: 98%;
	}
	#hp_content.pagewrapper {
	    min-height: 0;
	    overflow: hidden;
	    padding-bottom: 136px;
	}
	#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;
	}
	#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%;
	}
	.rotateBanner {
	    height: auto !important;
	    width: 100% !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;
}
.htabswarp.screenwrapper {
    height: auto !important;
}

.htabs.pagewrapper > a {
    border-radius: 5px 5px 0 0;
    color: #333;
    line-height: normal;
    min-height: 64px;
    padding: 0 !important;
	background: #9ba5b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ba5b4 0%, #bac7d9 16%, #b1c3d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ba5b4), color-stop(16%,#bac7d9), color-stop(100%,#b1c3d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9ba5b4 0%,#bac7d9 16%,#b1c3d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9ba5b4 0%,#bac7d9 16%,#b1c3d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9ba5b4 0%,#bac7d9 16%,#b1c3d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9ba5b4 0%,#bac7d9 16%,#b1c3d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba5b4', endColorstr='#b1c3d9',GradientType=0 ); /* IE6-9 */
	
}
.htabs {
    overflow: auto;
    width: 100% !important;
}
.htabs.pagewrapper a {
    font-size: 4vw;
    height: auto;
    padding: 0 7px !important;
    width: 18% !important;
}
div.num {
    background-position: right 0 !important;
    margin: auto;
    width: 152px;
	float:none;
}
div.txt {
    border-top: 1px solid #b7c4d6;
    float: right;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.baskets img {
    display: block;
    margin: auto !important;
}
.basket_hover {
    float: none !important;
    margin: 10px auto !important;
}
#shippFrequency > div {
    width: 90% !important;
}

.product_box.big , .product_box.small , .product_box.big.right , .product_box.small.right , .product_box.big.left, .product_box.small.left {
    height: auto;
    margin: 2%;
    width: 96%;
	float:right;
}

.product_box > div {
    position: relative !important;
}
.product_box .img {
    float: right;
    width: 40%;
}
.product_box .title {
    display: block;
    float: left;
    right: 0;
    top: 10px;
    width: 55% !important;
}
.product_box .price {
    float: left !important;
    right: 0;
    text-align: right;
    top: 15px;
    width: 55% !important;
}
.pageination {
    min-height: 30px !important;
    text-align: center;
    width: 100%;
}.paginationSpan {
    margin: 0 10px;
}
.PPcontent .p_content #price {
    height: 60px;
}
.PPcontent .p_content .text {
    height: auto !important;
}
.PPcontent .p_content .text > div {
    height: 75px;
}

.smallImages > ul {
    bottom: 5px;
    left: 0 !important;
    top: auto !important;
}
.smallImages li {
    float: left;
    margin: 0 1px;
    width: 55px;
}

.zoomImage.fancybox.main.main_link {
    bottom: 155px;
    margin: auto;
    right: 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: auto;
    padding-top: 20px;
    text-align: center;
    width: 179px;
}




.content_page > table tr:nth-child(1) ,.content_page > table tr:nth-child(2), .content_page > table tr:nth-child(3), .content_page > table tr:nth-child(4) {
    display: none;
}

#content > table tr:nth-child(1) ,#content > table tr:nth-child(2), #content > table tr:nth-child(3), #content > table tr:nth-child(4) {
    display: none;
}

.content_page table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.content_page tr:nth-of-type(odd) { 
  background: #eee; 
}
.content_page th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.content_page td, .content_page  th { 
  padding: 6px 10px;
  border: 1px solid #ccc; 
  text-align: right; 
}


#contact_form {
    width: 100%;
}
#contact_slogen2_2 {
    display: none;
    height: 109px;
    line-height: 25px;
    padding: 0 9px;
}

	#contact_form .half {
	    width: 100%;
	}
	#bottom_text .half {
	    width: 80%;
	    margin:10px 9%;
	}

#search_pannel {
    bottom: 48px !important;
    height: 50px;
    margin: 0 !important;
    position: fixed !important;
    width: 100%;
    z-index: 999;
}
#clearAll, #selectAll {
    border-left: 1px solid #999;
    border-right: 1px solid #ccc;
    overflow: hidden;
    width: 25%;
}
#showMySelect {
    float: right !important;
    width: 48%;
}
#showMySelect > a{
   background: #000;
   color: #fff;
}

#selectAll > a {
	   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+37,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 37%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(37%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color:#009;
}
#clearAll > a  {
	   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+37,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 37%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(37%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 37%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color:#900;
}

#search_pannel > div a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 100%;
    text-align: center;
    width: 100%;
}


#conatct_page > div#contact_slogen_2 {
    margin: 20px 1%;
    overflow: hidden;
    padding: 0;
    width: 98% !important;
}
#contact_slogen_2 > ul {
    margin: auto;
    width: 98%;
}
#contact_slogen_2 li:first-child {
    height: auto;
    margin: 0 auto;
    width: 98%;
}
#contact_slogen_2 li:first-child * {
    font-size: 16px !important;
    line-height: 16px !important;
}

#contact_slogen_2 li {
    height: auto;
    line-height: 21px;
    margin: 10px 0;
}
#contact_slogen_2 li * {
    font-size: 16px !important;
    line-height: 16px;
}

#jcarousel_contact_2{
	margin:0;
}
#jcarousel_contact_2 > div {
    border: 0 none !important;
    height: 100vw;
    width: 100vw;
}
.jcarousel_contact_2 a {
    height: 98vw;
    width: 98vw;
}

#content .jcarousel_contact_2 img {
    height: 98vw !important;
    width: 98vw !important;
    margin: auto;
}
.navcontact_2 {
    height: 100%;
    line-height: 98vw;
    top: 0 !important;
}


#conatct_page #bottom_text .half.right {
    margin: 10px 1%;
    padding: 0;
    width: 98%;
}






}




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


	#homebanners .box {
	    display: inline-block;
	    float: none;
	    height: 200px;
	    margin: 0 7%;
	    padding: 5px;
	    text-align: center;
	    width: 32%;
	}

	#searchResult .player{
	    float: right;
	    margin: 5px 6.5% !important;
	    padding-top: 9px;
	    width: 37% !important;
	}
	 #pictures > .p_img{
	    float: right;
	    margin: 5px 5.5% !important;
	    width: 37% !important;
	}


}
@media all and (min-width: 640px) and (max-width: 820px) {
	#playerSearch > form > span {
	    margin: 5px 1%;
	    width: 50% !important;
	}
	#filter_buttons {
	    width: 100%;
	}	
	#filter_buttons > span {
	    margin: 5px 1%;
	    width: 48% !important;
	}
	
	#searchResult .player , #pictures > .p_img{
	    float: right;
	    margin: 5px 2.5% !important;
	    padding-top: 9px;
	    width: 28% !important;
	}
}
@media all and (min-width: 768px) and (max-width: 820px) {


	#homebanners .box {
	    display: inline-block;
	    float: none;
	    height: 200px;
	    margin: 0 3%;
	    padding: 5px;
	    text-align: center;
	    width: 26%;
	}
	#searchResult .player ,  #pictures > .p_img{
	    float: right;
	    margin: 5px 0.5% !important;
	    padding-top: 9px ; 
	    width: 23% !important;
	}
}


  


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media all and (min-width: 320px) and (max-width: 820px) {

	/* Force table to not be like tables anymore */
	.content_page  table, .content_page thead, .content_page tbody, .content_page th, .content_page td, .content_page tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.content_page thead tr { 
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	
	.content_page tr { border: 1px solid #ccc; }
	
	.content_page td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		/*position: relative;*/
		/*padding-right: 50%; */
	}


	/*
	Label the data
	*/
	/*
	td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }
	td:nth-of-type(3):before { content: "Job Title"; }
	td:nth-of-type(4):before { content: "Favorite Color"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Porn Name"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }
	*/
} 