/* Landscape phones and down */
@media (max-width: 480px) {

/*	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------	*/

.container {
	width: 100%;
}

/*	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------	*/

#header {
	background: url(../images/top.jpg) no-repeat -230px 0;
	height: auto;
	min-height: 100px;
}

#header .container {
	height: auto;
	min-height: 100px;
}

.logins,
#contactable,
.toptel,
.logo,
.hidemobile,
#main_contacts {
	display: none;
}

.hidewebsite {
	display: block;
}

.mobile-menu {
	display: block;
	float: right;
	margin: 40px 20px 0 0;
}

.menubar {
	display: none;
	list-style: none;
	position: absolute;
	bottom: auto;
	right: auto;
	top: 100px;
	background: #000;
	z-index: 10;
}

.menubar #menu {
	list-style: none;
}

.menubar #menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #444;
}

.menubar #menu li a {
	display: block;
	padding: 8px;
}

#menu li:hover ul {
	display: none;
}

/*	-------------------------------------------------------------
	SHOP
	-------------------------------------------------------------	*/

#main_slides .shop_slide {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #f9e768 url(../images/mobile-shop-slide.jpg) no-repeat top right;
}

.col_devices,
.filter1,
.col_search .tabs,
.col_models,
.col_price,
.col_search h2 {
	display: none;
}

.mobile-filter-option,
.mobileshoptitle {
	display: block;
}

.mobileshoptitle .shop-page-title-1,
.mobileshoptitle .shop-page-title-2,
.mobileshoptitle .shop-page-title-3 {
	padding: 10px 0 10px 45px;
}

.mobileshoptitle {
	padding: 10px 0 0 0;
	margin-left: 15px;
}

.mobile_filter {
	display: block;
	margin: 10px 0 0 10px;
	float: left;
	width: 110px;
}

.mobile_filter select,
.col_search select {
	width: 140px;
	margin-bottom: 10px;
	padding: 4px;
}

.col_search {
	width: 144px;
	margin-right: 14px;
}

.col_search input {
	border-radius: 0;
}

.col_search input.search {
	width: 108px;
	border-radius: 0;
}

.filter2 {
	width: 140px;
	padding: 0;
}

.pages {
	padding: 4px 20px 8px 0;
	width: 120px;
	float: right;
}

.prod_list_left {
	float: none;
	width: 100%;
}

.product_list {
	border-right: none;
	width: 100%;
	float: none;
	border-bottom: 2px solid #929292;
}

.prod_image {
	height: auto;
	width: 35%;
	margin: 12px 0 0 5%;
	float: left;
}

.prod_image img {
	width: 100%;
}

.product_list:hover div.prod_more {
	display: none;
}

.mobile-add-basket-link {
	display: inline-block;
}

.mobile-add-basket-stock {
	display: block;
}

.product_list .prod_info {
	padding: 12px 5% 0 5%;
	float: right;
	width: 50%;
	border-top: none;
	min-height: 140px;
}

.prod_list_right {
	width: 100%;
	float: none;
}

.product_special_left {
	width: 92%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px 4%;
}

.product_related_left {
	width: 92%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px 4%;
}

.shop-add-basket-popup {
	top: 150px;
	left: 0;
	width: 80%;
	margin: 0 5%;
}

.mobile-add-basket {
	display: block;
	background: #000;
	padding: 10px;
	color: #FFF;
	margin-top: 20px;
	margin-right: -10%;
}

.mobile-add-basket p {
	color: #FFF !important;
}

.mobile-add-basket p.ttl {
	margin-bottom: 10px;
}

.mobile-add-basket img {
	width: 120px;
}

/*	-------------------------------------------------------------
	PRODUCT DETAIL
	-------------------------------------------------------------	*/

.product_detail {
	float: none;
	width: 100%;
}

.product_detail .prod_image {
	width: 45%;
}

.product_detail .prod_info {
	float: right;
	width: 45%;
	margin-bottom: 10px;
}

.prod_image img.thumb {
	width: 40px;
}

.product_detail .prod_info .ttl,
.product_detail .prod_info .summary {
	display: none;
}

.product_detail .prod_info p.price {
	font-size: 20px;
	margin: 0 0 30px 20px;
	font-weight: bold;
}

.product_detail .prod_info p.price span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.mobile-top {
	display: block;
}

.mobile-top .ttl {
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #3396ff;
	margin: 0 0 6px 20px;
	line-height: 25px;
}

.mobile-top p.summary {
	font-size: 16px;
	margin: 0 0 20px 20px;
}

.purchase_box {
	background: #000;
}

.purchase_box input.submit {
	margin: 10px 0 15px 0;
	width: 90%;
}

.bulktable {
	display: none;
}

.bulktable-mobile {
	display:table;
	margin: 2%;
	width: 96%;
}

.bulktable-mobile th {
	font-weight: bold;
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
	text-align: left;
}

.bulktable-mobile td {
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
}

.product_detail h1 {
	margin: 10px 4% 0 4%;
	font-size: 24px;
}

.product_detail .wizzy {
	margin: 0 4%;
}

.crumb {
	padding: 0 4% 6px 4%;
	width: 92%;
	float: none;
	font-size: 12px;
}


/*	-------------------------------------------------------------
	CANT FIND WHAT YOU NEED/SAME DAY GUARANTEE
	-------------------------------------------------------------	*/

#main_cantfind {
	margin: 10px 0;
	padding: 10px 0;
}

#main_cantfind h2 {
	font-size: 20px;
	margin-left: 120px;
}

#main_cantfind .cantfind_column {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0;
	background: url(../images/image_telephone.gif) no-repeat 20px 20px;
}

#main_cantfind .cantfind_column p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 120px;
	width: 200px;
}

#main_cantfind .cantfind_column p span,
#main_cantfind .cantfind_column p a {
	font-size: 16px;
}

#main_cantfind .sameday_column {
	width: 100%;
	padding: 0;
	padding-top: 10px;
	float: none;
	margin: 0;
	background: url(../images/image_sameday.gif) no-repeat 20px 20px;
}

#main_cantfind .sameday_column h2 {
	margin-left: 120px;
}

#main_cantfind .sameday_column p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 120px;
}

#main_customers {
	display: none;
}

.contact__page #main_customers {
	display: block;
}

.contact__page #main_customers img {
	width: 100%;
}

.contact__page .contact-feed-col {
	display: none;
}


/*	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------	*/

#footer .container {
	background: none;
	padding-top: 10px;
}

.website-footer {
	display: none;
}

.mobile-footer {
	display: block;
}

.footer-left {
	float: left;
}

.footer-left ul {
	list-style: none;
	margin: 20px 20px 0 20px;
}

.footer-left ul li {
	line-height: 2;
	font-family: "Trebuchet MS", sans-serif;
}

.footer-left ul li a {
	color: #FFF;
}

.footer-right {
	float: left;
}

.footer-right ul {
	list-style: none;
	margin: 20px 20px 0 20px;
}

.footer-right ul li {
	line-height: 2;
	font-family: "Trebuchet MS", sans-serif;
	color: #FFF;
}

#footer p.copyright {
	padding: 10px 0 30px 20px;
}


}



/* iphone 5 landscape */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 578px) 
and (orientation : landscape) {

/*	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------	*/

.container {
	width: 100%;
}

/*	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------	*/

#header {
	background: url(../images/top.jpg) no-repeat -230px 0;
	height: auto;
	min-height: 100px;
}

#header .container {
	height: auto;
	min-height: 100px;
}

.logins,
#contactable,
.toptel,
.logo,
.hidemobile,
#main_contacts {
	display: none;
}

.hidewebsite {
	display: block;
}

.mobile-menu {
	display: block;
	float: right;
	margin: 40px 20px 0 0;
}

.menubar {
	display: none;
	list-style: none;
	position: absolute;
	bottom: auto;
	right: auto;
	top: 100px;
	background: #000;
	z-index: 10;
}

.menubar #menu {
	list-style: none;
}

.menubar #menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #444;
}

.menubar #menu li a {
	display: block;
	padding: 8px;
}

#menu li:hover ul {
	display: none;
}

/*	-------------------------------------------------------------
	SHOP
	-------------------------------------------------------------	*/

#main_slides .shop_slide {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #f9e768 url(../images/mobile-shop-slide.jpg) no-repeat top right;
}

.col_devices,
.filter1,
.col_search .tabs,
.col_models,
.col_price,
.col_search h2 {
	display: none;
}

.mobile-filter-option,
.mobileshoptitle {
	display: block;
}

.mobileshoptitle .shop-page-title-1,
.mobileshoptitle .shop-page-title-2,
.mobileshoptitle .shop-page-title-3 {
	padding: 10px 0 10px 45px;
}

.mobileshoptitle {
	padding: 10px 0 0 0;
	margin-left: 15px;
}

.mobile_filter {
	display: block;
	margin: 10px 0 0 10px;
	float: left;
	width: 110px;
}

.mobile_filter select,
.col_search select {
	width: 140px;
	margin-bottom: 10px;
	padding: 4px;
}

.col_search {
	width: 144px;
	margin-right: 14px;
}

.col_search input {
	border-radius: 0;
}

.col_search input.search {
	width: 108px;
	border-radius: 0;
}

.filter2 {
	width: 140px;
	padding: 0;
}

.pages {
	padding: 4px 20px 8px 0;
	width: 120px;
	float: right;
}

.prod_list_left {
	float: none;
	width: 100%;
}

.product_list {
	border-right: none;
	width: 100%;
	float: none;
	border-bottom: 2px solid #929292;
}

.prod_image {
	height: auto;
	width: 35%;
	margin: 12px 0 0 5%;
	float: left;
}

.prod_image img {
	width: 100%;
}

.product_list:hover div.prod_more {
	display: none;
}

.mobile-add-basket-link {
	display: inline-block;
}

.mobile-add-basket-stock {
	display: block;
}

.product_list .prod_info {
	padding: 12px 5% 0 5%;
	float: right;
	width: 50%;
	border-top: none;
	min-height: 140px;
}

.prod_list_right {
	width: 100%;
	float: none;
}

.product_special_left {
	width: 92%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px 4%;
}

.product_related_left {
	width: 92%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px 4%;
}

.shop-add-basket-popup {
	top: 150px;
	left: 0;
	width: 80%;
	margin: 0 5%;
}

.mobile-add-basket {
	display: block;
	background: #000;
	padding: 10px;
	color: #FFF;
	margin-top: 20px;
	margin-right: -10%;
}

.mobile-add-basket p {
	color: #FFF !important;
}

.mobile-add-basket p.ttl {
	margin-bottom: 10px;
}

.mobile-add-basket img {
	width: 120px;
}

/*	-------------------------------------------------------------
	PRODUCT DETAIL
	-------------------------------------------------------------	*/

.product_detail {
	float: none;
	width: 100%;
}

.product_detail .prod_image {
	width: 45%;
}

.product_detail .prod_info {
	float: right;
	width: 45%;
	margin-bottom: 10px;
}

.product_detail .prod_info .ttl,
.product_detail .prod_info .summary {
	display: none;
}

.prod_image img.thumb {
	width: 40px;
}

.product_detail .prod_info p.price {
	font-size: 20px;
	margin: 0 0 30px 20px;
	font-weight: bold;
}

.product_detail .prod_info p.price span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.mobile-top {
	display: block;
}

.mobile-top .ttl {
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #3396ff;
	margin: 0 0 6px 20px;
	line-height: 25px;
}

.mobile-top p.summary {
	font-size: 16px;
	margin: 0 0 20px 20px;
}

.purchase_box {
	background: #000;
}

.purchase_box input.submit {
	margin: 10px 0 15px 0;
	width: 90%;
}

.bulktable {
	display: none;
}

.bulktable-mobile {
	display:table;
	margin: 2%;
	width: 96%;
}

.bulktable-mobile th {
	font-weight: bold;
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
	text-align: left;
}

.bulktable-mobile td {
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
}

.product_detail h1 {
	margin: 10px 4% 0 4%;
	font-size: 24px;
}

.product_detail .wizzy {
	margin: 0 4%;
}

.crumb {
	padding: 0 4% 6px 4%;
	width: 92%;
	float: none;
	font-size: 12px;
}


/*	-------------------------------------------------------------
	CANT FIND WHAT YOU NEED/SAME DAY GUARANTEE
	-------------------------------------------------------------	*/

#main_cantfind {
	margin: 10px 0;
	padding: 10px 0;
}

#main_cantfind h2 {
	font-size: 20px;
	margin-left: 120px;
}

#main_cantfind .cantfind_column {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0;
	background: url(../images/image_telephone.gif) no-repeat 20px 20px;
}

#main_cantfind .cantfind_column p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 120px;
	width: 200px;
}

#main_cantfind .cantfind_column p span,
#main_cantfind .cantfind_column p a {
	font-size: 16px;
}

#main_cantfind .sameday_column {
	width: 100%;
	padding: 0;
	padding-top: 10px;
	float: none;
	margin: 0;
	background: url(../images/image_sameday.gif) no-repeat 20px 20px;
}

#main_cantfind .sameday_column h2 {
	margin-left: 120px;
}

#main_cantfind .sameday_column p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 120px;
}

#main_customers {
	display: none;
}

.contact__page #main_customers {
	display: block;
}

.contact__page #main_customers img {
	width: 100%;
}

.contact__page .contact-feed-col {
	display: none;
}

/*	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------	*/

#footer .container {
	background: none;
	padding-top: 10px;
}

.website-footer {
	display: none;
}

.mobile-footer {
	display: block;
}

.footer-left {
	float: left;
}

.footer-left ul {
	list-style: none;
	margin: 20px 20px 0 20px;
}

.footer-left ul li {
	line-height: 2;
	font-family: "Trebuchet MS", sans-serif;
}

.footer-left ul li a {
	color: #FFF;
}

.footer-right {
	float: left;
}

.footer-right ul {
	list-style: none;
	margin: 20px 20px 0 20px;
}

.footer-right ul li {
	line-height: 2;
	font-family: "Trebuchet MS", sans-serif;
	color: #FFF;
}

#footer p.copyright {
	padding: 10px 0 30px 20px;
}


}



/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

/*	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------	*/

.container {
	width: 100%;
}

/*	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------	*/

#header {
	background: url(../images/top.jpg) no-repeat -230px 0;
	height: auto;
	min-height: 100px;
}

#header .container {
	height: auto;
	min-height: 100px;
}

.toptel,
.logo,
.hidemobile,
#main_contacts {
	display: none;
}

.hidewebsite {
	display: block;
}

.menubar {
	bottom: 38px;
	left: 260px;
	right: auto;
}

.logins {
	right: 10px;
}

/*	-------------------------------------------------------------
	SHOP
	-------------------------------------------------------------	*/

#main_slides .shop_slide {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #f9e768 url(../images/tablet-shop-slide.jpg) no-repeat top right;
}

.col_devices,
.filter1,
.col_search .tabs,
.col_models,
.col_price {
	display: none;
}

.mobile-filter-option {
	display: block;
}

.mobileshoptitle .shop-page-title-1,
.mobileshoptitle .shop-page-title-2,
.mobileshoptitle .shop-page-title-3 {
	padding: 10px 0 10px 45px;
}

.mobileshoptitle {
	padding: 10px 0 0 0;
	margin-left: 15px;
}

.mobile_filter {
	display: block;
	padding: 24px 0 0 10px;
	float: left;
	width: 200px;
}

.mobile_filter select,
.col_search select {
	width: 340px;
	padding: 4px;
}

.mobile-filter-option {
	width: 340px;
	margin-bottom: 0;
	margin-right: 20px;
	float: left;
}

.col_search {
	width: 344px;
	margin-right: 0;
	float: right;
}

.col_search input {
	border-radius: 0;
}

.col_search input.search {
	width: 304px;
	border-radius: 0;
}

.filter2 {
	width: 140px;
	padding: 0;
}

.pages {
	padding: 4px 20px 8px 0;
	width: 120px;
	float: right;
}

.prod_list_left {
	float: none;
	width: 100%;
}

.product_list {
	border-right: none;
	width: 50%;
	float: left;
	border-bottom: 2px solid #929292;
}

.prod_image {
	height: auto;
	width: 35%;
	margin: 12px 0 0 5%;
	float: left;
}

.prod_image img {
	width: 100%;
}

.product_list:hover div.prod_more {
	display: none;
}

.mobile-add-basket-link {
	display: inline-block;
}

.mobile-add-basket-stock {
	display: block;
}

.product_list .prod_info {
	padding: 12px 5% 0 5%;
	float: right;
	width: 50%;
	border-top: none;
	min-height: 150px;
	border-right: 1px solid #DDD;
}

.product_list .prod_info .infowrap {
	min-height: 86px;
}

.prod_list_right {
	width: 100%;
	float: none;
	clear: both;
}

.product_special_left {
	width: 100%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px;
	clear: both;
}

.product_special_left_1 {
	display: none;
}

.product_related_left {
	width: 100%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px;
	clear: both;
}

.product_related_left_1 {
	display: none;
}

.shop-add-basket-popup {
	top: 150px;
	left: 0;
	width: 80%;
	margin: 0 5%;
}

.mobile-add-basket {
	display: block;
	background: #000;
	padding: 10px;
	color: #FFF;
	margin-top: 20px;
	margin-right: -10%;
	min-height: 60px;
}

.mobile-add-basket p {
	color: #FFF !important;
}

.mobile-add-basket p.ttl {
	margin-bottom: 10px;
}

.mobile-add-basket img {
	width: 120px;
}

/*	-------------------------------------------------------------
	PRODUCT DETAIL
	-------------------------------------------------------------	*/

.product_detail {
	float: none;
	width: 100%;
}

.product_detail .prod_image {
	width: 43%;
	border-bottom: 1px solid #DDD;
}

.product_detail .prod_info {
	float: right;
	width: 50%;
	margin-bottom: 10px;
	border-left: 1px solid #DDD;
}

.thumb,
.product_detail .prod_info .ttl,
.product_detail .prod_info .summary {
	display: none;
}

.product_detail .prod_info p.price {
	font-size: 26px;
	margin: 0 0 30px 20px;
	font-weight: bold;
}

.product_detail .prod_info p.price span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.mobile-top {
	display: block;
}

.mobile-top .ttl {
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
	color: #3396ff;
	margin: 0 0 6px 20px;
	line-height: 25px;
}

.mobile-top p.summary {
	font-size: 16px;
	margin: 0 0 20px 20px;
}

.purchase_box {
	background: #000;
}

.purchase_box input.submit {
	margin: 0 0 15px -10px;
	width: 143px;
}

.bulktable {
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bulktable-mobile {
	display: none;
}

.bulktable-mobile th {
	font-weight: bold;
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
	text-align: left;
}

.bulktable-mobile td {
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
}

.product_detail h1 {
	margin: 10px 4% 0 4%;
	font-size: 24px;
}

.product_detail .wizzy {
	margin: 0 4%;
}

.crumb {
	padding: 0 4% 6px 4%;
	width: 92%;
	float: none;
	font-size: 12px;
}

.showtablet {
	display: block;
}

.hidetablet {
	display: none;
}


/*	-------------------------------------------------------------
	CANT FIND WHAT YOU NEED/SAME DAY GUARANTEE
	-------------------------------------------------------------	*/

#main_cantfind {
	margin: 10px 0;
	padding: 10px 0;
}

#main_cantfind h2 {
	font-size: 26px;
	margin-left: 100px;
}

#main_cantfind .cantfind_column {
	width: 48%;
	float: left;
	padding-left: 0;
	margin-right: 0;
	background: url(../images/image_telephone.gif) no-repeat 0 20px;
	border-right: 1px solid #DDD;
}

#main_cantfind .cantfind_column p {
	font-size: 16px;
	line-height: 25px;
	margin-left: 100px;
}

#main_cantfind .cantfind_column p span,
#main_cantfind .cantfind_column p a {
	font-size: 16px;
}

#main_cantfind .sameday_column {
	width: 49%;
	float: right;
	padding-left: 0;
	padding-top: 10px;
	margin-right: 0;
	background: url(../images/image_sameday.gif) no-repeat 20px 20px;
}

#main_cantfind .sameday_column h2 {
	margin-left: 120px;
}

#main_cantfind .sameday_column p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 120px;
}

#main_customers {
	display: none;
}

.contact__page #main_customers {
	display: block;
}

.contact__page .tweet-head {
	width: 460px;
}

/*	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------	*/

#footer .container {
	background: none;
	padding-top: 10px;
}

.website-footer {
	display: none;
}

.tablet-footer {
	display: block;
}

.tablet-footer ul {
	list-style: none;
	margin: 20px 20px 0 0;
}

.tablet-footer ul li {
	line-height: 2;
	font-family: "Trebuchet MS", sans-serif;
	float: left;
	margin-left: 20px;
	color: #FFF;
}

.tablet-footer ul li span {
	display: inline-block;
	margin-right: 10px;
}

.tablet-footer ul li span a {
	color: #FFF;
}

#footer p.copyright {
	padding: 10px 0 30px 20px;
}


}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

/*	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------	*/

.container {
	width: 100%;
}

/*	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------	*/

#header {
	background: url(../images/top.jpg) no-repeat -230px 0;
	height: auto;
	min-height: 100px;
}

#header .container {
	height: auto;
	min-height: 100px;
}

.toptel,
.logo,
.hidemobile,
#main_contacts {
	display: none;
}

.hidewebsite {
	display: block;
}

.menubar {
	bottom: 15px;
	left: 250px;
	right: auto;
}

.logins {
	right: 10px;
}

/*	-------------------------------------------------------------
	SHOP
	-------------------------------------------------------------	*/

#main_slides .shop_slide {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #f9e768 url(../images/tablet-shop-slide.jpg) no-repeat top right;
}

.col_devices,
.filter1,
.col_search .tabs,
.col_models,
.col_price {
	display: none;
}

.mobile-filter-option {
	display: block;
}

.mobileshoptitle .shop-page-title-1,
.mobileshoptitle .shop-page-title-2,
.mobileshoptitle .shop-page-title-3 {
	padding: 10px 0 10px 45px;
}

.mobileshoptitle {
	padding: 10px 0 0 0;
	margin-left: 15px;
}

.mobile_filter {
	display: block;
	padding: 20px 0 0 10px;
	float: left;
	width: 200px;
}

.mobile_filter select,
.col_search select {
	width: 230px;
	padding: 4px;
}

.mobile-filter-option {
	width: 240px;
	margin-bottom: 0;
	margin-right: 20px;
	float: left;
}

.col_search {
	width: 234px;
	margin-right: 0;
	float: right;
}

.col_search input {
	border-radius: 0;
}

.col_search input.search {
	width: 194px;
	border-radius: 0;
}

.filter2 {
	width: 140px;
	padding: 0;
}

.pages {
	padding: 4px 20px 8px 0;
	width: 120px;
	float: right;
}

.product_list .prod_info p.summary {
	min-height: 25px;
}

.prod_list_left {
	float: none;
	width: 100%;
}

.product_list {
	border-right: none;
	width: 50%;
	float: left;
	border-bottom: 2px solid #929292;
}

.prod_image {
	height: auto;
	width: 35%;
	margin: 12px 0 0 5%;
	float: left;
}

.prod_image img {
	width: 100%;
}

.product_list:hover div.prod_more {
	display: none;
}

.mobile-add-basket-link {
	display: inline-block;
}

.mobile-add-basket-stock {
	display: block;
}

.product_list .prod_info {
	padding: 12px 5% 0 5%;
	float: right;
	width: 50%;
	border-top: none;
	min-height: 150px;
	border-right: 1px solid #DDD;
}

.product_list .prod_info .infowrap {
	min-height: 100px;
}

.prod_list_right {
	width: 100%;
	float: none;
	clear: both;
}

.product_special_left {
	width: 100%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px;
	clear: both;
}

.product_related_left {
	width: 100%;
	float: none;
	background: #6b6c6e;
	height: auto;
	border-bottom: 2px solid #929292;
	text-indent: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px;
	clear: both;
}

.product_special_left_1 {
	display: none;
}

.product_related_left_1 {
	display: none;
}

.shop-add-basket-popup {
	top: 150px;
	left: 0;
	width: 80%;
	margin: 0 5%;
}

.mobile-add-basket {
	display: block;
	background: #000;
	padding: 10px;
	color: #FFF;
	margin-top: 20px;
	margin-right: -10%;
	min-height: 60px;
}

.mobile-add-basket p {
	color: #FFF !important;
}

.mobile-add-basket p.ttl {
	margin-bottom: 10px;
}

.mobile-add-basket img {
	width: 120px;
}

/*	-------------------------------------------------------------
	PRODUCT DETAIL
	-------------------------------------------------------------	*/

.product_detail {
	float: none;
	width: 100%;
}

.product_detail .prod_image {
	width: 43%;
	border-bottom: 1px solid #DDD;
}

.product_detail .prod_info {
	float: right;
	width: 50%;
	margin-bottom: 10px;
	border-left: 1px solid #DDD;
}

.thumb,
.product_detail .prod_info .ttl,
.product_detail .prod_info .summary {
	display: none;
}

.product_detail .prod_info p.price {
	font-size: 26px;
	margin: 0 0 30px 20px;
	font-weight: bold;
}

.product_detail .prod_info p.price span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.mobile-top {
	display: block;
}

.mobile-top .ttl {
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
	color: #3396ff;
	margin: 0 0 6px 20px;
	line-height: 25px;
}

.mobile-top p.summary {
	font-size: 16px;
	margin: 0 0 20px 20px;
}

.purchase_box {
	background: #000;
}

.purchase_box input.submit {
	margin: 0 0 15px -10px;
	width: 143px;
}

.bulktable {
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bulktable-mobile {
	display: none;
}

.bulktable-mobile th {
	font-weight: bold;
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
	text-align: left;
}

.bulktable-mobile td {
	font-size: 12px;
	color: #D74916;
	padding: 2px 8px;
}

.product_detail h1 {
	margin: 10px 4% 0 4%;
	font-size: 24px;
}

.product_detail .wizzy {
	margin: 0 4%;
}

.crumb {
	padding: 0 4% 6px 4%;
	width: 92%;
	float: none;
	font-size: 12px;
}

.showtablet {
	display: block;
}

.hidetablet {
	display: none;
}


/*	-------------------------------------------------------------
	CANT FIND WHAT YOU NEED/SAME DAY GUARANTEE
	-------------------------------------------------------------	*/

#main_cantfind {
	margin: 10px 0;
	padding: 10px 0;
}

#main_cantfind h2 {
	font-size: 26px;
	margin-left: 100px;
}

#main_cantfind .cantfind_column {
	width: 48%;
	float: left;
	padding-left: 0;
	margin-right: 0;
	background: url(../images/image_telephone.gif) no-repeat 0 20px;
	border-right: 1px solid #DDD;
}

#main_cantfind .cantfind_column p {
	font-size: 16px;
	line-height: 25px;
	margin-left: 100px;
}

#main_cantfind .cantfind_column p span,
#main_cantfind .cantfind_column p a {
	font-size: 16px;
}

#main_cantfind .sameday_column {
	width: 49%;
	float: right;
	padding-left: 0;
	padding-top: 10px;
	margin-right: 0;
	background: url(../images/image_sameday.gif) no-repeat 20px 20px;
}

#main_cantfind .sameday_column h2 {
	margin-left: 120px;
}

#main_cantfind .sameday_column p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 120px;
}

#main_customers {
	display: none;
}

.contact__page #main_customers {
	display: block;
}

/*	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------	*/

#footer .container {
	background: none;
	padding-top: 10px;
}

.website-footer {
	display: none;
}

.tablet-footer {
	display: block;
}

.tablet-footer ul {
	list-style: none;
	margin: 20px 20px 0 0;
}

.tablet-footer ul li {
	line-height: 2;
	font-family: "Trebuchet MS", sans-serif;
	float: left;
	margin-left: 20px;
	color: #FFF;
}

.tablet-footer ul li span {
	display: inline-block;
	margin-right: 10px;
}

.tablet-footer ul li span a {
	color: #FFF;
}

#footer p.copyright {
	padding: 10px 0 30px 20px;
}


}




@media (min-width: 768px) and (max-width: 992px) {

.container_old {
	width: 750px;
}

.contact_top_left {
    margin: 20px 0 20px 180px;
    width: 245px;
    font-size: 22px;
    line-height: 28px;
}

.contact-slide {
	background-size: 900px !important;
}

.contact_top_left span {
    margin: 5px 0;
    font-size: 28px;
}

.contact_top_right {
	margin-top: 84px;
}

#main_slides.main_slides_contact {
	height: 202px !important;
}

#main_formttl h2, .main_formttl h2 {
	font-size: 36px;
}

.contact_form_right p {
	font-size: 16px;
}

.contact-map {
	width: 290px;
	padding-top: 90px !important;
}

.contact-feed-col {
	width: 370px !important;
	padding-left: 0 !important;
}

#main_customers h2 {
	font-size: 30px;
}

.contact__page .tweet-head {
	width: 520px;
}

/*	-------------------------------------------------------------
	CONTACT
	-------------------------------------------------------------	*/
	
.contact__location__map {
	float: left;
	padding-bottom: 48px;
	width: 100%;
	margin: 0;
	display: block;
}

.contact-feed-col {
    width: auto !important;
    padding-left: 0 !important;
    float: none !important;
    display: block;
}

.contact__form__opening__hours p.more {
	text-align: left;
}

.contact__page .contact_form_right {
	width: 40%;
}


	
}





@media (max-width: 767px) {

.container_old {
	width: auto;
	padding: 0 20px;
}

.contact-slide {
	background: #1888BA !important;
	height: auto !important;
}

#main_slides.main_slides_contact {
	height: auto !important;
}

.contact_top_left {
	float: none;
	margin: 0;
	padding-top: 20px;
	width: auto;
}
	
.contact_top_right {
	float: none;
	width: auto;
	margin: 0;
	padding-bottom: 20px;
	text-align: left;
}

.contact-map-wrap {
	width: auto !important;
	float: none !important;
}

.contact-map {
	width: 100%;
	padding-top: 0 !important;
	margin-bottom: 20px;
}

.contact-feed-col {
	width: auto !important;
	padding-left: 0 !important;
	float: none !important;
}

#main_customers.main_customers_contact {
	display: block;
}

.contact__page #main_customers {
	display: block;
}

/*	-------------------------------------------------------------
	CONTACT
	-------------------------------------------------------------	*/
	
.contact__location__map {
	float: left;
	padding-bottom: 48px;
	width: 100%;
	margin: 0;
}

.contact__form__opening__hours {
	padding-left: 0;
}

.contact__form__opening__hours p.more {
	text-align: left;
}

.contact__page .contact_form_right {
	width: 100%;
}

.contact__page #main_customers img {
	width: 100%;
}

.contact_top_left span {
	font-size: 24px;
}

.contact__page .contact-feed-col {
	display: none;
}


}



