

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {background-color: #434343;}
.header-band {background-color: #fff;
height: 140px;}
.header {margin-top: -20px;}
.logo {margin-top: 36px;}
.logo img {max-width: 150px;}
.footer-band {
	background-color: #D6D6D6;
	height: 120px;
	margin-top: 22px;
}
.footer {margin-top: -18px;}
.address, .footer-contact, .copyright {width: 300px;}
.address p, .footer-contact p, .copyright p{
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 12px;
	color: #605f60;
	line-height: 17px;
}

.address strong, .footer-contact strong {
	color: #92201a !important;
}
.copyright a {
	color: #92201a;
	text-decoration: none;
}
.copyright a:hover {
	color: #333;
	text-decoration: underline;
}
.footer-contact span {
	color: #881e19;
}


/* ==== Navigation ==== */

.nav-buttons {margin-top: 78px;
height: 46px;}

a.home-fill, a.about-fill, a.products-fill, a.services-fill, a.contact-fill {
	margin-top: -20px;
	margin-left: -10px;
	height: 46px;
	width: 109px;
	display: block;
	color: #fff;
}
#about-button {background-image: url('../images/navigation/about-button.jpg');}
#home-button {background-image: url('../images/navigation/home-button.jpg');}
#products-button {background-image: url('../images/navigation/products-button.jpg');}
#services-button {background-image: url('../images/navigation/services-button.jpg');}
#contact-button {background-image: url('../images/navigation/contact-button.jpg');}

#home-button, #about-button, #products-button, #services-button, #contact-button {
	background-size: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-button:hover, #about-button:hover, #products-button:hover, #services-button:hover, #contact-button:hover {
	background-position: 0px -45px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#home-button, #about-button, #products-button, #services-button, #contact-button{
	color: #fff;
	background-color: #931a1d;
	width: 100px;
	display: inline-block;
	padding-top: 20px;
	padding-left: 9px;
	height: 25px;
}
.tablet-nav-details, .dropdown-menu, .mobile-banner {
	display: none;
}
.nav-info {
	padding-top: 21px;
	padding-left: 9px;
	margin-top: -51px;
	float: right;
	height: 25px;
	width: 186px;
	margin-left: 40px;
	background-color: #EAEAEA;
}
.nav-info p {
	font-size: 15px;
	font-family: 'Open Sans';
	color: #333;
}
.nav-info span {
	font-weight: bold;
	color: #92201a;
}

/* #Page Styles
================================================== */

/* ==== Homepage ==== */

.banner {margin-left: 10px;}
.banner img {max-width: 940px;}
.banner-band {background-color: #434343;
	height: 320px;
	padding-top: 20px;
	margin-top: -0px;
}

.home-info-title {
	height: 40px;
	background-color: #B53939;
	padding-left: 10px;
}
.home-info-title h2 {
	font-size: 20px;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	color: #fff;
}

.home-info-text {
	color: #fff;
	font-family: 'Open Sans', serif;
	background-color: #8C0303;
	padding-left: 10px;
	height: 80px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
}
.home-info-text p {
	color: #fff;
	font-family: 'Open Sans', serif;
	font-size: 16px;
}
.home-info-text strong {color: #fff;}
.phoneno {
	background-color: #8C0303;
	padding-left: 30px;
	height: 50px;
	margin-top: -20px;
}
.phoneno img {
	border-right: solid 1px #fff;
}
.phoneno p {
	color: #fff;
	font-size: 18px;
	margin-left: 60px;
	margin-top: -30px;
	font-weight: bold;
}
.offers {
	background-color: #8C0303;
	padding-left: 30px;
	height: 50px;
	margin-top: -20px;
}
.offers img {
	border-right: solid 1px #fff;
}
.offers a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.offers a:hover {
	color:;
	text-decoration: underline;
}
.offers p {
	margin-left: 72px;
	margin-top: -30px;
}

.product-wrap {
	margin-top: 20px;
	border-radius: 10px;
}
.product-row-push {
	margin-top: -20px !important;
}
.product-title {
	width: 300px;
	height: 40px;
	background-color: #92201a;
}
.product-title h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', serif;
	margin-left: 10px;
}
.product-title a {
	text-decoration: none;
}
.product-title a:hover {
	text-decoration: underline;
	color: #fff;
}
.product1, .product2, .product3 {
	width: 300px;
	height: 160px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
}
.product1 {background-image: url('../images/labelprinters&scanners.jpg');}
.product2 {background-image: url('../images/thermaltransfercoders.png');}
.product3 {background-image: url('../images/product3.jpg');}
.product4 {background-image: url('../images/printandapply.png') !important;}
.product5 {background-image: url('../images/inkjetcoders.png');}
.product6 {background-image: url('../images/printheads.png');}

.products-bg {
	background-color: #605F60;
	border-top: solid 1px #fff;
	height: 630px;
}
.details {
	width:300px;
	height: 100%;
	background-color: #92201a;
	padding-top: 10px;
}
.details p {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', serif;
	width: 280px;
	margin-left: 10px;
	line-height: 16px;
	margin-bottom: 10px;
}



/* ==== About us ==== */

.about-title-band{height: 50px;}
.about-middle-band {height: 100%;}
.about-title-band, .about-middle-band {
	background-color: #605F60;
	margin-top: 4px;
}
.about-title h1 {
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
	font-family: 'Open Sans' , serif;
}

.about1 {
	margin-top: 14px;
	border-bottom: dashed 1px #fff;
}
.about2 {margin-top: 14px;
margin-bottom: -25px;}
.about1 p, .about2 p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	font-family: 'Open Sans' , serif;
}
.about2 a {
	color: #f4f4f4;
}
.about2 a:hover {
	color: #92201a;
}
.about-icons-band {
	margin-top: 18px;
	height: 320px;
}
.about-icon {
	height: 200px;
	background-color: #92201a;
}
.communication-icon img {
	margin-left: 50px;
	margin-top: 20px;
	width:200px;
}
.staff-icon img {
	margin-top: 15px;
	margin-left: 80px;
	width:130px;
}
.fast-icon img {
	margin-left: 70px;
	margin-top: 10px;
	width:155px;
}
.work-title {
	margin-top: -12px;
	background-color: #b53939;
	height: 40px;
	margin-bottom: 6px;
}
.work-title p {
	font-size: 15px;
	font-family: 'Open Sans', serif;
	color: #fff;
	font-weight: bolder;
	padding-left: 15px;
	padding-top: 10px;
}
.about-icon {
	margin-top: -1px;
}

.work-text {
	margin-top: -14px;
	height: 100%;
	background-color: #605f60;
}
.work-text p {
	color: #fff;
	font-family: 'Open Sans', serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	line-height: 17px;
}
.about-location {
	height: 300px;
	background-color: black;
	margin-top: 6px;
	margin-bottom: 4px;
	overflow: hidden;
}


.about-cards {
	margin-top: 16px;
}
.about-cards img {
	max-width: 260px;
	float: right !important;
}

/* ==== Products ==== */

.about-title a {
	font-size: 15px !important;
	font-family: 'Open Sans', serif;
	color: #fff;
	text-decoration: none;
}
.about-title a:hover {
	text-decoration: underline;
}

.products-page {
	margin-top: 4px !important;
	border-top: none;
	height: 100% !important;
}
.model-no {
	background-color: #9f3133;
	width: 110px;
	display: inline-block;
	height: 30px;
	color: #fff;
}
.part-no {
	background-color: #9f3133;
	width: 184px;
	display: inline-block;
	height: 30px;
	margin-left: 0px;
	color: #fff;
}
.part-no p, .model-no p {
	padding-top: 5px;
	padding-left: 8px;
}
.top-model, .top-part {
	margin-top: 5px;
	background-color: #434343 !important;
}
.product-columns {
	width:300px;
}
.table-light {
	background-color: #9f2a2d;
}
.products-enquire {
	margin-top: 15px;
}
.products-enquire h3 {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	font-family: 'Open Sans' , serif;
	font-weight: bold;
	background-color: #434343;
	padding-left: 15px; 
	padding-top: 13px;
	height: 28px;
}
.products-enquire p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	font-family: 'Open Sans' , serif;
	margin-top: 5px;
	padding-top: 13px;
	padding-left: 15px;
	background-color: #434343;
	height: 50px; 
}
.products-enquire span {
	font-weight: bolder;
}
.products-enquire a {
	margin-left: -15px;
	background-color: #434343;
	padding-right: 223px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #fff;
}
.products-enquire a:hover {
	color: #f1f1f1;
}

.stand-alone-image {
	background-image: url('../images/thermaltransfercoders.png');
	background-repeat:no-repeat;
	height: 300px;
	margin-top: 30px;
	width: 350px !important;
}
.printapply {
	background-image: url('../images/printapplypic.png') !important;
}
.stand-alone-image img {
	margin-left: -80px !important;
	max-width:410px; 
}

.top-supplier {
	margin-top: 30px !important;
}

.supplier-name {
	height: 35px;
	width: 214px;
	background-color: #9f2a2d;
}
.supplier-name  p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
.light-supplier {
	background-color: #9f3133 !important;
}
.stand-alone-description1 {
	margin-left: -5px !important;
}
.printapplybox img {
	max-height: 260px !important;
	margin-left: -30px !important;
}

.servicerepair-image {
	background-image: url('../images/repair-image.png');
	width: 300px !important;
}

.scanner-import {
	background-image: url('../images/scanners.png');
}

.quote-height {
	height: 240px !important;
}
.quote-drop2 {
	height: 260px !important;
}
.inkjet-image {
	background-image: url('../images/inkjet-image1.png');
	width: 720px !important;
	background-size: 100%;
}

/* ==== Contact ==== */

.form-content p {
	color: #fff;
}
.contact-details-wrap {
	background-color: #605f60;
	margin-top: 5px;
}
.contact-details p {
	color: #fff;
}
.contact-address {
	margin-top: 15px;
}
.contact-address h2 {
	font-size: 17px;
	line-height: 17px;
	font-family: 'Open Sans', serif;
	font-weight: bolder;
	color: #fff;
	border-bottom: dashed 1px #fff;
	height: 30px;
}

.contact-address p {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', serif;
}
.contact-address span {
	font-weight: bold;
}

.contact-times h2 {
	font-size: 17px;
	line-height: 17px;
	font-family: 'Open Sans', serif;
	font-weight: bolder;
	color: #fff;
	background-color: #93201b;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 10px;
}
.contact-times p {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	background-color: #c03b34;
	padding-left: 5px;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.enquire-title {
	margin-top: -15px !important;
}
.form-intro p {
	font-family: 'Open Sans',serif;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	border-bottom: dashed 1px #fff;
	width: 500px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.form-content {
	margin-top: -5px;
}
.form-content {
	font-family: 'Open Sans',serif;
	font-size: 14px;

}
.form-content input {
	background-color: #c03b34;
	color: #fff !important;
	border: none;
	font-family: 'Open Sans' , serif;
}
.form-content textarea {
	background-color: #c03b34;
	color: #fff !important;
	border: none;
	height: 166px;
	max-height: 166px;
	width: 400px;
	max-width: 400px;
	font-family: 'Open Sans' , serif;
}
.form-name p, .form-subject p, .form-email p, .form-phone p, .form-message p {
	height: 0px;
}
.form-name input, .form-subject input, .form-email input, .form-phone input {
	margin-top: -24px;
	margin-left: 140px;
	height: 20px;
	max-height: 20px;
	width: 240px;
}
.form-subject, .form-email, .form-phone {
	margin-top: -20px !important;
}

.form-message textarea {
	margin-left: 90px;
	margin-top: -24px;
}
.form-message {
	float: right;
	margin-top: -215px;
}
.submit-clear {
	float: right;
	margin-top: -25px;
}
.submit-clear input {
	box-shadow: none !important;
	width: 100px;
	font-size: 14px;
	font-style: 'Open Sans', serif;
	font-weight: lighter !important;
	height: 30px;
}
.submit-clear input:hover {
	background-color: #ccc;
	color: #696869 !important;
}
.form-wrap {
	height: 380px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	.header-band {height: 124px;}
	.logo {margin-top: 36px;}
	.logo img {max-width: 120px;}

	/* ==== Navigation ==== */

	.nav-buttons {margin-top: 70px; }
	a.home-fill, a.about-fill, a.products-fill, a.services-fill, a.contact-fill {
		height: 38px;
		width: 95px;
	}
	#home-button:hover, #about-button:hover, #products-button:hover, #services-button:hover, #contact-button:hover {
		background-position: 0px -37px;
	}
	#home-button, #about-button, #products-button, #services-button, #contact-button{
		width: 80px;
		padding-top: 20px;
		padding-left: 9px;
		height: 16px;
	}
	.nav-phone-email p {font-size: 12px;}

	.nav-info {
		width: 130px;
		margin-top: -42px;
		padding-top: 15px;
		height: 21px;
	}
	.nav-info p {
		font-size: 12px;
	}
	

	/* ==== Homepage ==== */

	.banner {margin-top: -2px;}
	.banner img {max-width: 748px;}
	.home-info-title {
		height: 40px;
		background-color: #B53939;
		padding-left: 10px;
	}
	.banner-band {height: 255px;}
	.home-info-title h2 {font-size: 16px;}

	.home-info-text {
		height: 80px;
		margin-top: 5px;
		padding-top: 10px;
		padding-right: 10px;
	}
	.home-info-text p {
		font-size: 13px;
		line-height: 15px;
	}
	.home-info-text strong {color: #fff;}
	.phoneno {
		background-color: #8C0303;
		padding-left: 30px;
		height: 38px;
		margin-top: -30px;
	}
	.phoneno img {max-width: 30px;}
	.phoneno p {
		font-size: 15px;
		margin-left: 50px;
		margin-top: -27px;
	}
	.offers {
		margin-top: -30px;
		height: 38px;
	}
	.offers img {max-width: 30px;}
	.offers a {font-size: 15px;}

	.offers p {
		margin-left: 50px;
		margin-top: -25px;
	}
	.product-wrap {
		margin-top: 20px;
		border-radius: 10px;
	}
	.product-title {
		width: 236px;
		height: 40px;
	}
	.product-title h2 {
		font-size: 16px;
		margin-left: 10px;
	}
	.product1, .product2, .product3 {
		width: 236px;
		height: 130px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.product1, .product2, .product3 {background-size: 100%;}
	.products-bg {height: 550px;}
	.details {width:236px;}
	.details p {
		font-size: 12px;
		line-height: 14px;
		width: 216px;
	}

	.address p , .footer-contact p , .copyright p {
		font-size: 11px;
		line-height: 14px;
	}
	.address {width: 235px;}

	.footer-contact {width: 238px;}
	.copyright {width: 150px;}

	/* ==== About us ==== */

	.about2 {margin-top: 18px;
	margin-bottom: -25px;}
	.about1 p, .about2 p {
		font-size: 12px;
		line-height: 14px;
	}
	.about-icons-band {
		margin-top: 18px;
		height: 270px;
	}
	.about-icon {
		height: 150px;
	}

	.work-title p {
		font-size: 14px;
	}
	.about-icon {
		margin-top: -2px;
	}

	.work-text {
		margin-top: -14px;
		height: 100%;
		background-color: #605f60;
	}
	.work-text p {
		font-size: 12px;
		line-height: 14px;
	}


	.about-cards img {
		max-width: 240px;
	}

	.communication-icon img {
		margin-left: 50px;
		margin-top: 20px;
		width:135px;
	}
	.staff-icon img {
		margin-top: 15px;
		margin-left: 70px;
		width:90px;
	}
	.fast-icon img {
		margin-left: 65px;
		margin-top: 10px;
		width:105px;
	}


	/* ==== Products ==== */

	.products-page {
		margin-top: 4px !important;
		border-top: none;
		height: 100% !important;
	}
	.model-no {
		background-color: #9f3133;
		width: 90px;
		display: inline-block;
		height: 30px;
		color: #fff;
	}
	.part-no {
		background-color: #9f3133;
		width: 140px;
		display: inline-block;
		height: 30px;
		margin-left: 0px;
		color: #fff;
	}
	.part-no p, .model-no p {
		width: 100px;
		padding-top: 5px;
		padding-left: 8px;
		font-size: 11px;
	}
	.top-model, .top-part {
		margin-top: 5px;
		background-color: #434343 !important;
	}
	.product-columns {
		width:236px;
	}
	.table-light {
		background-color: #9f2a2d;
	}


	.products-enquire a {
		padding-right: 151px;
	}


	.stand-alone-image {
	height: 200px;
	margin-top: 30px;
	width: 299px !important;
	}
	.stand-alone-image img {
		margin-left: -50px !important;
		max-width:320px; 
	}

	.top-supplier {
		margin-top: 30px !important;
	}

	.supplier-name {
		height: 35px;
		width: 120px;
		background-color: #9f2a2d;
	}
	.supplier-name  p {
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 10px;
	}
	.light-supplier {
		background-color: #9f3133 !important;
	}
	.stand-alone-description1 {
		margin-left: -5px !important;
	}

	/* ==== Contact ==== */

	.form-content textarea {
		width: 250px;
		max-width: 250px;
	}
	.form-name p, .form-subject p, .form-email p, .form-phone p, .form-message p {
		height: 0px;
	}
	.form-name input, .form-subject input, .form-email input, .form-phone input {
		width: 200px;
	}


	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {.nav-buttons {display: none !important;}}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	.logo {margin-top: 40px !important;}
	.logo img {max-width: 150px;}

	.mobile-nav-details, .dropdown-menu {
		display: block !important;
	}
	.tablet-nav-details {
		display: block;
		float: right;
		width: 210px;
		height: 30px;
		padding-top: 25px;
		padding-left: 10px;
		margin-top: -95px;
		background-color: #EAEAEA;

	}
	.tablet-nav-details p {
		font-size: 14px;
		font-family: 'Open Sans' , serif;
	}
	.tablet-nav-details span {
		color: #881e19;
		font-weight: bold;
	}
	.dropdown-menu {
		float: right;
		margin-top: -28px;
	}
	.banner img {
		max-width: 420px;
		margin-left: -10px;
	}
	.banner-band {
		height: 135px;
	}
	.home-info {
		margin-top: 15px !important;
	}

	.products-bg {
		padding-top: 20px;
		height: 880px !important;
	}
	.product-row-push {
		margin-top: -0px !important;
	}
	.product-wrap {
		margin-top: 20px;
		border-radius: 10px;
	}
	.product-title {
		width: 205px;
		height: 40px;
	}
	.product-title h2 {
		font-size: 14px;
		margin-left: 10px;
	}
	.product1, .product2, .product3 {
		width: 205px;
		height: 113px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.tablet-push {
		margin-left: 10px !important;
	}
	.tablet-push-2 {
		margin-top: 10px !important;
	}
	.tablet-push-3 {
		margin-left: 215px !important;
		margin-top: -305px !important;
	}
	.tablet-push-4 {
		margin-top: -10px !important;
		margin-left: 10px !important;
	}
	.tablet-push-5 {
		margin-top: -10px !important;
	}

	.product1, .product2, .product3 {background-size: 100%;}
	.products-bg {height: 600px;}
	.details {width:205px !important;}
	.details p {
		font-size: 14px;
		line-height: 16px;
		width: 180px;
	}

	.address p, .copyright p, .footer-contact p {
		font-size: 15px;
		line-height: 18px;
	}
	.footer-band {
		height: 360px;
	}
	.address, .footer-contact {width: 300px;}

	/* ==== About us ==== */

	.about2 {margin-top: 18px;
	margin-bottom: -25px;}
	.about1 p, .about2 p {
		font-size: 15px;
		line-height: 17px;
	}
	.about-icons-band {
		margin-top: 18px;
		height: 785px;
	}
	.about-icon {
		height: 150px;
	}

	.work-title p {
		font-size: 16px;
	}
	.about-icon {
		margin-top: -2px;
	}

	.work-text {
		margin-top: -14px;
		height: 100%;
		background-color: #605f60;
	}
	.work-text p {
		font-size: 15px;
		line-height: 17px;
	}
	.good-communication,.good-staff {
		margin-top: 18px !important;
	}
	.about-location {
		margin-top: 6px !important;
		margin-bottom: 5px !important;
	}

	.about-cards {
		margin-top: 25px !important;
		overflow: hidden;
		height: 180px;
	}
	.about-cards img {
		max-width: 420px;
		margin-top: -50px;
	}

	.communication-icon img {
		margin-left: 135px;
		margin-top: 20px;
		width:135px;
	}
	.staff-icon img {
		margin-top: 15px;
		margin-left: 160px;
		width:90px;
	}
	.fast-icon img {
		margin-left: 150px;
		margin-top: 10px;
		width:105px;
	}

	/* ==== Products ==== */

	.products-page {
		height: 100% !important;
	}
	.model-no {
		background-color: #9f3133;
		width: 150px;
		display: inline-block;
		height: 35px;
		color: #fff;
	}
	.part-no {
		background-color: #9f3133;
		width: 246px;
		display: inline-block;
		height: 35px;
		margin-left: 0px;
		color: #fff;
	}
	.part-no p, .model-no p {
		padding-top: 5px;
		padding-left: 8px;
		font-size: 16px;
	}
	.top-model, .top-part {
		margin-top: 5px;
		background-color: #434343 !important;
	}
	.product-columns {
		width:400px;
		margin-bottom: 10px;
	}
	.table-light {
		background-color: #9f2a2d;
	}
	.pp-push-4 {
		margin-top: -5px !important;
		margin-left: 0px !important;
	}
	.products-page-push {
		margin-top: -290px !important;
	}

	.products-enquire {
		margin-top: 20px !important;
	}

	.products-enquire a {
		padding-right: 303px;
	}


	.stand-alone-image {
		height: 200px;
		margin-top: 30px;
		width: 299px !important;
	}
	.stand-alone-image img {
		margin-left: -0px !important;
		max-width:320px; 
	}

	.top-supplier {
		margin-top: 30px !important;
	}

	.supplier-name {
		height: 35px;
		width: 120px;
		background-color: #9f2a2d;
	}
	.supplier-name  p {
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 10px;
	}
	.light-supplier {
		background-color: #9f3133 !important;
	}
	.stand-alone-description1 {
		margin-left: -5px !important;
	}

	/* ==== Contact ==== */


	.form-wrap {
		height: 600px;
	}
	.form-intro p {
		width: 100%;
	}
	.form-content input{
		width: 272px;
	}
	.form-message {
		margin-top: -18px;
	}
	.form-message textarea {
		width: 272px !important;
	}
	.form-message p {
		margin-left: -50px;
	}
	.submit-clear {
		margin-top: 5px;
	}
	.submit-clear input {
		width: 100px;
		font-size: 12px;
	}




	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	.logo {
		margin-top: 40px !important;
		margin-left: 75px !important;
		width: 170px !important;
	}
	.dropdown-menu {
		display: block;
		margin-left: 40px !important;
		padding-bottom: 2px !important;
	}
	.header-band {
		height: 180px;
	}
	.banner, .enquiry-hide {display: none !important;}
	.mobile-banner {
		display: block;
		background-color: #B24D39;
		height: 115px;
		width: 100% !important;
	}

	.mobile-banner h2 {
		font-family: 'Open Sans', serif;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
		line-height: 25px;
		padding-left: 10px;
		padding-top: 5px;
	}
	.mobile-banner-number {
		background-color: #A34738;
	}
	.mobile-banner-number p {
		color: #fff;
		font-weight: bolder;
		font-size: 20px;
		text-align: center;
		letter-spacing: 1px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.offers-push {
		margin-top: -124px !important;
	}

	.offers {
		padding-top: 20px;
	}
	.products-bg {
		height: 100% !important;
	}
	.product-row-push {
		margin-top: -0px !important;
	}
	.product-wrap {
		margin-top: 20px !important;
	}
	.tablet-push-3 {
		margin-top: 0px !important;
	}

	.footer-band {
		height: 320px;
	}

	.address p, .footer-contact p , .copyright p {
		text-align: left;
		font-size: 15px;
		line-height: 17px;
	}
	.copyright {
		margin-top: -20px !important;
	}

	/* ==== About us ==== */

	.about2 {margin-top: 18px;
	margin-bottom: -25px;}
	.about1 p, .about2 p {
		font-size: 16px;
		line-height: 18px;
	}
	.about-icons-band {
		margin-top: 18px;
		height: 855px;
	}
	.about-icon {
		height: 150px;
	}

	.work-title p {
		font-size: 16px;
	}
	.about-icon {
		margin-top: -2px;
	}

	.work-text {
		margin-top: -14px;
		height: 100%;
		background-color: #605f60;
	}
	.work-text p {
		font-size: 15px;
		line-height: 17px;
	}
	.good-communication,.good-staff {
		margin-top: 18px !important;
	}
	.about-location {
		margin-top: 6px !important;
		margin-bottom: 5px !important;
	}


	.about-cards {
		margin-top: 25px !important;
		overflow: hidden;
		height: 180px;
	}
	.about-cards img {
		max-width:300px;
		margin-top: -20px;
	}

	.communication-icon img {
		margin-left: 81px;
		margin-top: 18px;
		width:135px;
	}
	.staff-icon img {
		margin-top: 15px;
		margin-left: 105px;
		width:90px;
	}
	.fast-icon img {
		margin-left: 95px;
		margin-top: 10px;
		width:105px;
	}


	/* ==== Contact ==== */


	.form-wrap {
		height: 640px;
	}
	.form-intro p {
		width: 100%;
	}
	.form-content input{
		width: 153px;
	}
	.form-message {
		margin-top: -18px;
	}
	.form-message textarea {
		width: 200px !important;
	}
	.form-message p {
		margin-left: 0px;
	}
	.submit-clear {
		margin-top: 5px;
	}
	.submit-clear input {
		width: 102px;
		font-size: 12px;
	}

	/* ==== Product ==== */

	.products-enquire {
		margin-top: 20px !important;
	}
	.products-enquire a {
		padding-right: 183px;
	}
	.stand-alone-image {
		height: 100px;
		margin-top: 30px;
		width: 300px !important;
		display: none !important;
	}
	.stand-alone-image img {
		display: none;
	}

	#mobile-product-hide {
		display: none;
	}


	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/