
/* LARGE SCREEN */
/*
@media only screen and (min-width: 1200px) {
	
	.container_16 {
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
	}
	.container_16 .grid_1 {
		width: 55px;
	}	
	.container_16 .grid_2 {
		width: 130px;
	}	
	.container_16 .grid_3 {
		width: 205px;
	}
	.container_16 .grid_4 {
		width: 280px;
	}	
	.container_16 .grid_5 {
		width: 355px;
	}
	.container_16 .grid_6 {
		width: 430px;
	}	
	.container_16 .grid_7 {
		width: 505px;
	}
	
	.container_16 .grid_8 {
		width: 580px;
	}
	.container_16 .grid_9 {
		width: 655px;
	}
	
	.container_16 .grid_10 {
		width: 730px;
	}
	
	.container_16 .grid_11 {
		width: 805px;
	}
	
	.container_16 .grid_12 {
		width: 880px;
	}
	.container_16 .grid_13 {
		width: 955px;
	}
	
	.container_16 .grid_14 {
		width: 1030px;
	}
	
	.container_16 .grid_15 {
		width: 1105px;
	}
	.container_16 .grid_16 {
		width: 1180px;
	}
	
	
	.infocard { margin-left: 27.5px; }
	.infocard.freedel {width:207px; }
	.infocard.freeengrave { width:307px; }
	.infocard.deliveries { width:277px;}
	.infocard.dispatch { width:272px; }
	
	.top_footer_wrap .newsletter { width:450px; }
	
	.newsletter>form input[type=text]{width: 330px}
	.newsletter>form input[type=submit] {width: 100px;}
	.secure_payments {font-size: 12px; text-transform:uppercase;}
	.secure_payments img{width: auto;}
	
	.product {width: 280px;}
	.product > div:first-child .product_image {height: 280px; line-height: 280px; }

	.category  {height:330px;}
	.category > div:first-child a {height: 280px; line-height: 280px; display: block;}

	.productImage { width:580px; max-height:580px; max-width:580px;}
	.swipe {height: 575px;}

	.cartRow.cartProduct > div:nth-child(2) > div:first-child {width: 600px;}
	.cartRow.cartDelivery > div:first-child, .cartRow.cartTotal > div:first-child, .cartRow.cartDiscount > div:first-child {width: 860px;}
	a.useAddress {width: 250px;}
	.member_address {width: 280px;}
	.member_address a.useAddress, .member_address a.newAddress  {width: 260px; font-size: 14px;}
	a.useAddress {font-size: 14px;}
	.productWasPrice {font-size: 18px;}
	.productNowPrice {font-size: 30px; line-height: 40px;}
	
	
	div[type=fading_gallery] .banner, div.fg_gallery .banner{ width:1180px; }
}
*/
@media (min-width: 480px) and (max-width:958px) {
	.tablet { display:block;}
	.mainmenu {display:none;}
	.menuButton { color:#fff; padding:0 10px; line-height:50px;}
	.menuButton img{ vertical-align:middle; margin-right:5px;}
	
	.top_wrap, .header_wrap, .menu_wrap,
	.headerinfo, .slide, .fullscreenwrap,
	.top_footer_wrap, .footer_wrap, 
	.byline_wrap { width:960px !important;}
}
@media (max-width:958px) {
	
	.mtopmenu {margin: 0; width: 100%; text-align: left; position: absolute; top: 50px; left: 0; list-style: none; background: rgba(0,0,0,0.4); padding: 0; display: none; min-height: 1000px; z-index:10000;}	
	.mtopmenu li {display: block; padding: 0; margin: 0; background: #6f1118; border-bottom: 1px solid #751a21;}	
	.mtopmenu li a{text-align:left; display: block; color: #fff; padding: 0 10px; line-height: 30px; font-size: 15px;  background:url(../images/icon_arrow_down_large.png) 96% center no-repeat; background-size:6px auto;}
	.mtopmenu li a.open {background:url(../images/icon_arrow_up_large.png) 96% center no-repeat;  background-size:6px auto;}
	.mtopmenu li ul li {padding-left: 0px; border: 0;}  
	.mtopmenu li ul li a{font-size: 13px; padding: 0 20px; background:none;}
	.mtopmenu li a span {color: #fff; padding-right: 5px;}
	.mtopmenu li ul li a span {color: #1b1464;}
	.mtopmenu ul {margin: 0px; padding:0; display:none;}
	.mtopmenu ul li {margin: 0 0px;}
	.mtopmenu > li:last-child > a {line-height:40px; font-size:12px; text-align:center; background:none !important;}
}

@media (min-width: 480px) {
	.mobile {display: none;}
}

@media (max-width: 479px) {
	.desktop {display: none !important;}
	.admin_panel+.top_wrap +.header_wrap {margin-top: 31px;}
	
	.container_16 {
	  margin-left: auto;
	  margin-right: auto;
	  width: 320px;
	}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16 {
	  margin-left: 5px;
	  margin-right: 5px;
	  width: 310px !important;
	}
	
	.grid_1 img,
	.grid_2 img,
	.grid_3 img,
	.grid_4 img,
	.grid_5 img,
	.grid_6 img,
	.grid_7 img,
	.grid_8 img,
	.grid_9 img,
	.grid_10 img,
	.grid_11 img,
	.grid_12 img,
	.grid_13 img,
	.grid_14 img,
	.grid_15 img,
	.grid_16 img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	.alpha,
	.omega {
	  margin-left: 0;
	  margin-right: 0;
	}
	
	.prefix_1, .prefix_2, .prefix_3 { padding:0 !important;}
	
	div[class^=grid_] .grid_4 {margin-left:0 !important; margin-right:0 !important;}
	
	.header_wrap { height: auto; position:relative; }
	
	.searchbar { position:absolute; top:50px; width:100%; z-index:10;}
	.searchbar > div { width:310px; margin:5px auto; background:#fff; border:1px solid #c0bdbd; border-radius:10px; height:26px;}
	.searchbar input { background:none; border:0; outline:none; padding:0; height:24px; line-height:24px; width:80%; float:left; text-indent:10px;}
	.searchbar a { background:url(../images/mobile-search.png) center center no-repeat; width:24px; height:24px; float:right; display:block;}
	
	.menu_wrap { line-height: 50px; border: 0; height: 50px; min-width: 320px;}
	.menu_wrap > div:first-child {width: 320px; margin: 0 auto;}
	.menu_wrap > div:first-child > a > img {vertical-align:middle; padding-right: 5px; position:relative; top:-2px; max-width:initial; image-rendering: -webkit-crisp-edges;}
	.menu_wrap > div:first-child > a {display: block; float: right; margin: 0 0 0 10px; color: #fff; line-height: 50px; font-size: 12px; text-transform:uppercase;  text-align: left; min-width:40px;} 
	.menu_wrap > div:first-child > a:first-child { float:left;} 	
	.menu_wrap > div:first-child > a:nth-child(2) { }  	
	.menu_wrap > div:first-child > a:nth-child(3) {  }
	
	.frame.main{background: none; border: 0; border-radius:0; box-shadow: none;}
	.logo {margin: 15px 5px 15px 5px; text-align: left; display: block;}
	.logo img {width: 170px;}
	
	.header_right { position:absolute; right:0; top:0; text-align:right; margin-top:0; width:100%;}
	.currencyOptions a.active { color:#7f171f;}
	
	.membermenu { margin-bottom:5px;}
	.membermenu li{ padding:0 5px; border-color:#000; }
	.membermenu li:last-child { padding-right:0; }
	.membermenu li a { color:#000; }
	
	.footerwrap {text-align: center;}
	.footer_wrap .grid_4, .footer_wrap .grid_5 {padding-bottom: 20px;}
	.footer_wrap .grid_3:nth-child(4) {text-align: left;}
	.byline_wrap {text-align: center;}
	.footerwrap .grid_12 a {display: block; margin: 10px auto; text-align: center;}
	.footerwrap .grid_4 {}
	.footermenubox {height: auto;}
	.footermenu {height: auto; width: 300px;}
	.footermenu li{float: none;}
	.footermenu li a {border: 0;  text-align: left; line-height: 30px;}
	.footermenu li a:after {}
	
	iframe {max-width: 310px; height: 240px !important;}
	
	
	
	/*Fullscreen Gallery*/
	div.fullscreenwrap { margin-bottom:20px !important;}
	div.fullscreenfade div.slide { background-position:center top; }
	div.fullscreenfade div.slide .banner{ width:auto; padding:0 5px; text-align:center; background:none;}
	div.fullscreenfade div.slide .frame p, div.fullscreenfade div.slide .frame span { }
	
	
	/*Countdown Clock*/
	.clock_wrap { position:initial; margin:0 5px; width:auto;}
	.clock_wrap > div { width:auto;}
	.clock_wrap .clock { position:initial;}
	.clock_wrap .clockdigits span { display:inline-block; width:82px;}
	
	
	.sitedocmenu {float: none; text-align: center; display: inline-block; margin: 10px auto;}
	.sitedocmenu li{ display: inline-block; padding:0 10px; border: 0; text-align: center; box-sizing:border-box;}
	.sitedocmenu li:nth-child(odd) {border-right: 1px solid #aaa;}
	.sitedocmenu li a{ display: inline; float: none; padding:0px; border: 0; text-align: center; line-height: 26px;}
	
	.container_16 div {max-width: 310px;}
	
	img {max-width: 100%; vertical-align: middle;}
	
	
	h1 {font-size: 28px; font-weight: normal;}
	h2 {font-size: 24px; font-weight: normal;}
	h3 {font-size: 22px; font-weight: normal;}
	h4 {font-size: 20px; }
	h5 {font-size: 18px; }
	h6 {font-size: 18px; }
	
	p {font-size: 14px;}
	
	.infocard {width:100% !important; float:none; border:0; line-height:18px; font-size:12px; height:45px; padding-left: 40px; margin-bottom:5px;}
	.infocard span { font-weight:normal;}
	.infocard.freeengrave { background-position:left -48px;}
	.infocard.deliveries { background-position:left -100px;}
	.infocard.dispatch { background-position:left -165px;}
	
	.top_footer_wrap .newsletter { float:left; width:100%; margin-bottom:10px;}
	
	/* Shop */
	
	.shoppingCart{height: 50px; line-height: 50px; width:auto; min-width:initial; font-size: 12px; padding-top: 0; clear: none; margin: 0;}
	.shoppingCart img {position:relative; vertical-align:baseline; top:10px;}
	.shoppingCart a{height: 50px; line-height: 50px;}
	a.cart-num { color: #fff; height:auto; bottom:initial; left:initial; right:4px; width:auto; font-size:10px; top: auto; background: none;}
		
	.catHeader { padding:10px;}
	.catHeader img { margin-bottom:10px; }
	.catHeader p { margin:0 !important;}
	div.pagerText { display:block; width:100px; padding:0 7px; margin:5px auto; background:#fff; color:#001642; font:bold 15px arial; line-height:22px;}
	.search_pager { width:300px; clear:both; text-align:center; margin:5px 0;}
	div.pager_link { display:none; float:none; font-size:14px;}
	div.pager_link.pager_current_page { display:inline-block; text-decoration:none; color:#4a4a4a; }
	div.pager_link.pager_prev_button , div.pager_link.pager_next_button  { display:inline-block; text-decoration:none; font-weight:bold; color:#000;}
	div.pager_link.pager_current_page:before { content:'Page ';}
	.detailbutton {display:inline-block; padding:0 5px; margin-right:10px; background:#60a353; color:#fff; font:bold 12px arial; line-height:24px; }
	
	.searchHeader { padding:5px;}
	.search_title { line-height:24px; font-size:12px;}
	.search_title .searchterm { font-size:14px;}
	.search_results_found { float:left; margin-top:5px;}
	
	.product_box {width: 310px; margin: 5px 0; padding: 10px 0; border: 1px solid #ebebef; border-width:1px 0;} 
	.product { margin-top:10px; height: 170px !important; position:relative; margin-left:0; margin-right:0;}
	.product_title { font-size:14px; float:left; width:140px; height:66px; text-align:left; position:initial; overflow:hidden;}
	a.noStock { top:19px; right:initial; left:57px; height:22px; line-height:22px; }
	a.noStock span { line-height:22px; font-size:12px; }
	.product_image {text-align: center; height: auto !important; margin: 0 10px 0 0; float: left; width: 140px; line-height: 150px !important; }
	.product_image img {vertical-align:top;}
	.productDetails {text-align:center; display:block; height: auto !important; float: right; width: 140px;}
	.product_price {height:50px; float:left; width:140px; text-align:left; }
	.product_price .wasprice+.nowprice {color:#2a2929;}
	.product_engrave { left:0; top:initial; bottom:0;}
	.product_buttons {position:absolute; width:140px; right:0; bottom:0; text-align:left; height:30px;}
	.product_price .wasprice, .product_price .nowprice {height:25px; overflow:hidden; text-decoration:none;}
	
	a.shopButton {float: left; width: auto; padding: 0 10px;}
	
	.category { float:none !important; display:block; margin-left:auto; margin-right:auto; margin-top:0; text-align:center; border-bottom:1px solid #f3f3f3; height:auto !important;}
	.category a {height:100% !important;}
	.category a, .category img {max-height:100% !important;}
	
	.addToCartBox {width: 100%; margin:0;}
	a.addToCart {float: left; margin: 10px auto; width: 185px;}
	a.addToCart:before {margin-left:6px;}
	.addToCartBox a.addToWishlist { font-size:12px;}
	.acprod .p_title { font-size:15px; height:30px; overflow:hidden;}
	.addprodTitle { font-size:18px; margin:0 0 10px;}
	.shopButton.addedtocartButton { width:110px;}
	.addprod { width:100%; margin-bottom:10px;}
	.ap_title { font-size:14px; height:29px;}
	.addprod .ap_image { max-width:80px; min-width:80px; height:58px;}
	
	.productMain {width:300px; position:relative; }
	img.productImage {position:relative; text-align: center; max-width:310px !important;}
	span.detailLabel {font-size:15px; color: #000; line-height: 40px;}
	.details .label { width:150px;}
	h3.price {font-size:15px; color: #60A353; font-weight:bold; line-height: 40px; }
	h3.wasprice {font-size:15px; color: #8d8b8b; font-weight:bold;  text-decoration:line-through; line-height: 40px; }
	#productQuantityField {height: 17px; margin: 10px 0; font-size: 14px; width: 40px; text-align: center;}
	.prodbutt{padding: 0 ; margin:0; float:left;}
	.productdescription { margin: 20px 0; }
	.productdescription p{color:#000 !important;}
	.fonts { font-size:12px;}
	
	.shopButton.addedtocartButton { margin:10px auto; float:none;}
	.productImages {height:auto; }
	.productImages:after {clear:both;}
	.smallImage { width:65px; height:65px; line-height:65px; margin:0 15px 15px 0;}
	.smallImage img { max-width:100%;}
	
	
	.mob_tab_title { background:url(../images/icon_arrow_down_large.png) 275px center no-repeat #2c2c2c; clear:left; line-height:42px; font-size:16px; font-weight:bold; color:#fff; text-indent:10px; margin-bottom:2px; cursor:pointer;}
	.mob_tab_title.tab_active { background:url(../images/icon_arrow_up_large.png) 275px center no-repeat #2c2c2c;}
	.tab_title {line-height:32px; text-indent:0; padding:0;  background:none;}
	.tab_details { background:none; margin-bottom:0;}
	.tab_details .grid_6, .tab_details .label, .tab_details .value { margin-left:0 !important; margin-right:0 !important; text-indent:0;}
	.tab_details input[type="text"] { box-sizing: border-box; width:100%;}
	.dashButton { display:inline-block; margin:0 auto; float:none; }
	.closetab { display:block; background:#444343; text-align:center; line-height:32px; color:#fff; font-size:14px; margin-bottom:5px;}
	
	.cartRow.cartProduct > div:nth-child(2){ line-height:initial;}
	.prodTitle {width: 280px !important;}
	.cartPrice {float: right !important;}
	.cartTitle {width: 150px !important; clear: left;} 
	.show_eng_details { float:none; display:block; }
	.cartRow.cartProduct .engrave {position:initial;}
	.cartRow.cartProduct .engraveDetails{ width:96%; left:1%; top:100%; box-sizing:border-box;}
	
	.cartRow.cartDelivery > div:nth-child(2), .cartRow.cartTotal > div:nth-child(2), .cartRow.cartDiscount > div:nth-child(2) {width: auto; float: right;}
	.promocode {height: auto; margin-top:20px;}
	.promocode input {width: 232px; margin-left: 0; height:26px;}
	.promocode h2 {text-align: left;}
	.paymentIcon {display: none;}
	.paymentLogo {width: 50px;}
	.paymentTitle {width: 230px;}
	
	.engraveDetails { left:-10px; top:28px; width:280px;} 
	
	a.continueButton, a.paymentButton {width: auto; margin: 10px auto; float: none;}
	
	
	div.apprise {left: 5px !important; width: 310px !important; margin-left: 0 !important;} 
	
	/*Dashboard*/
	.deliveryDetails input[type="text"]:nth-of-type(2) {margin-left: 10px;}
	.member_address {float: none; margin: 10px 0 !important; width: 100%; border-width: 0 0 1px;}
	.member_address a.useAddress, .member_address a.newAddress {width: 290px; left: 0;}
	.dashboard .address_box {width: 280px; border: 0; }
	
	
	.paymentOption .grid_1 {display: none;}
	.paymentOption .grid_8 > p {background: #ebebeb; color: #888; line-height: 46px; padding: 0 10px; height: 46px;}
	.paymentOption.active .grid_8 > p {background: none; color: #000;}

	.popupOverlay > div {width: 280px;}
	.popupOverlay > div > div {max-height: 300px;}	
}

