﻿@font-face {
	font-family: 'Museo Sans Cyrl 300';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Cyrl 300'), url('/fonts/MuseoSansCyrl_0.woff') format('woff');
}
@font-face {
	font-family: 'Museo Sans Cyrl 700';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Cyrl 700'), url('/fonts/MuseoSansCyrl_2.woff') format('woff');
}
body {
	background-color: #fff;
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 17px;
	color: #221f20;
	text-align: center;
	margin: 0;
	padding: 0;
}
a {
	color: #f57f20;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
p {
	line-height: 1.75em;
	margin: 1em 0px;
}
h1 {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #221f20;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h2 {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 24px;
	color: #f57f20;
	font-weight: normal;
	margin: 1em 0px;
	line-height: 1.625em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 1em 0px;
	line-height: 1.5em;
}
hr {
	border: none;
	color: #b5b5b5;
	background-color: #b5b5b5;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
img {
	border: none;
	max-width: 100%;
	/* just in case, to force correct aspet ratio */
	height: auto !important;
}
input[type="password"] {
	background: #fff;
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 17px;
	border-radius: 8px;
	color: #f57f20;
	text-align: center;
	height: 50px;
	border: 2px solid #b5b5b5;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
input[type="text"] {
	background: #fff;
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 17px;
	border-radius: 8px;
	color: #f57f20;
	text-align: center;
	height: 50px;
	border: 2px solid #b5b5b5;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
select {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 17px;
	background: #fff;
	border-radius: 8px;
	color: #f57f20;
	height: 50px;
	border: 2px solid #b5b5b5;
	padding: 7px;
	text-align: center;
}
textarea {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 17px;
	border-radius: 8px;
	color: #f57f20;
	border: 2px solid #b5b5b5;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
section.module.headers {
	height: 300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 120px;
}
section.module.headers img {
	padding-top: 208px;
}
section.module.home {
	height: 600px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.module.about {
	margin-bottom: 0;
}
section.module.clientlogin {
	margin-bottom: 0;
}
section.module.clients {
	margin-bottom: 0;
}
section.module.contactinfo {
	margin-bottom: 0;
}
section.module.tech {
	margin-bottom: 0;
}
section.module.about {
	background-image: url("/images/ourstory.jpg");
}
section.module.clientlogin {
	background-image: url("/images/clientlogin.jpg");
}
section.module.clients {
	background-image: url("/images/clients.jpg");
}
section.module.contactinfo {
	background-image: url("/images/contact.jpg");
}
section.module.home {
	background-image: url("/images/home.jpg");
}
section.module.execution {
	background-image: url("/images/execution.jpg");
}
section.module.logistics {
	background-image: url("/images/logistics.jpg");
}
section.module.tech {
	background-image: url("/images/tech_innovation.jpg");
}
section.module.sourcing {
	background-image: url("/images/sourcing.jpg");
}
section.module.warehousing {
	background-image: url("/images/warehousing.jpg");
}
section.module.missing {
	background-image: url("/images/missing.jpg");
}
.radio input {
	height: 15px;
	width: 15px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	box-sizing: content-box;
}
::selection {
	background: #f57f20;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
 background: #f57f20;
 color: #fff;
 text-shadow: none;
}
::-webkit-input-placeholder {
 color: #b5b5b5;
 text-align: center;
}
:-ms-input-placeholder {
 color: #b5b5b5;
 text-align: center;
}
#contentbody {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
#enquirybody {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#footer-container {
	background-color: #f47e1f;
	width: 100%;
	height: auto;
}
#footer {
	color: #fff;
	font-size: 10px;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}
#footer p {
	line-height: 1.5em !important;
}
#footer a {
	color: #1486ad;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#homebody {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bullets {
	color: #f57f20;
	margin-left: 10px;
	margin-right: 10px;
}
.captcha img {
	text-align: center;
	padding-top: 25px;
}
.captcha input {
	border: 2px solid #f57f20 !important;
}
.clients {
	padding-bottom: 0;
}
.clients img {
	padding-bottom: 30px;
	padding-right: 20px;
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.clients img:hover {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.clients ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clients ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.huge {
	font-size: 40px;
}
.hiddenfile {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.highlighted {
	color: #f57f20;
}
.highlighted a {
	color: #f57f20;
	text-decoration: none;
}
.highlighted a:hover {
	color: #f57f20;
	text-decoration: underline;
}
.error {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	color: #fff;
	background-color: #cc0000;
	border-radius: 8px;
	width: 60%;
	font-size: 18px;
	padding: 5%;
	text-align: center;
	margin: 0 auto 10px auto;
}
.error a {
	color: #660000;	
	text-decoration: none;
}
.error a:hover {
	color: #fff;	
	text-decoration: underline;
}

.homeicons {
	padding-top: 125px;
	padding-bottom: 155px;
}
.homeicons img {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	padding: 20px;
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.homeicons img:hover {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.homeicons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.homeicons ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.homelogo {
	padding: 157px 0 157px 0;
}
.images img {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.images img:hover {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.ourstorycontainer {
	width: 100%;
	background-color: #221f20;
}
.ourstory {
	color: #fff;
	width: 800px;
	height: 250px;
	margin: 0 auto;
	text-align: left;
}
.ourstory p {
	line-height: 1.5em;
	margin: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.ourstory img {
	width: 150px;
	float: left;
	margin: 0 35px 0 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);		
}
.required {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	color: #f57f20;
	font-size: 12px;
}
.select_heading {
	font-size: 18px;
	color: #999;
}
.services {
	padding-top: 20px;
	clear: both;
}
.services img {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	padding: 10px;
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
}
.services img:hover {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
	padding: 10px;
}
.services ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.services ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.smalltxt {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 13px;
}
.table_padding {
	table-layout: fixed;
	width: 70%;
	margin: 0 auto;
}
.table_padding input[type="password"] {
	width: 100%;
}
.table_padding input[type="text"] {
	width: 100%;
}
.table_padding select {
	width: 100%;
}
.table_padding textarea {
	width: 100%;
}
.table_padding td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/*Button Padding*/
.buttons {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.buttons_dblpad {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
/*Button Styles*/

.colour-change {
	border-radius: 8px;
	font-size: 24px;
	padding: 10px 35px;
	cursor: pointer;
	color: #f47e1f;
	background-color: #fff;
	font-weight: 100;
	border: 2px #f47e1f solid;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	height: auto;
	-webkit-appearance: none;
}
.colour-change:hover {
	background-color: #f57f20;
	color: #fff;
	border: 2px #f47e1f solid;
}

/************************************************************************************
	MEDIA QUERIES
*************************************************************************************/

/* Mobile */
@media only screen and (max-width: 375px) {
p {
	line-height: 1.5em;
}
section.module.home {
	background-image: url("/images/home-mobi.jpg");
	background-position: right;
	height: auto;
}
#contentbody {
	margin: 0 auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#enquirybody {
	margin: 0 auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#footer {
	width: 95%;
	padding: 10px 0 10px 0;
}
#homebody {
	width: 100%;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
.clients img {
	max-width: 25%;
	height: auto;
	width: auto;
}
.error {
	width: 90%;	
}
.homeicons {
	padding-top: 65px;
	padding-bottom: 65px;
}
.homeicons img {
	width: 120px;
	padding: 3%;
}
.homelogo {
	padding: 90px 5% 90px 5%;
}
.huge {
	font-size: 24px;
}	
.ourstory {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	font-size: 12px;
	height: 200px;
}
.ourstory img {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 10px 0 0;
}
.services img {
	padding: 5px;
	width: 56px;
	height: auto;
}
.services img:hover {
	padding: 5px;
	width: 56px;
	height: auto;
}
.table_padding {
	width: 100%;
}
}

/* Small Tablets */
@media only screen and (min-width : 376px) and (max-width : 767px) {
section.module.home {
	background-image: url("/images/home-mobi.jpg");
	background-position: right;
	height: auto;
}		
#contentbody {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#enquirybody {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#header {
	width: 100%;
}
#homebody {
	width: 100%;
}
#footer {
	width: 95%;
	padding: 10px 0 10px 0;
}
.homeicons {
	padding-top: 65px;
	padding-bottom: 65px;
}
.homeicons img {
	width: 140px;
	padding: 3%;
}
.ourstory {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	font-size: 14px;
	height: 200px;
}
.ourstory img {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 10px 0 0;
}
	.table_padding {
	width: 100%;
}
}

/* Large Tablets */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
section.module.home {
	background-position: right top;
}	
#contentbody {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#enquirybody {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#header {
	width: 100%;
}
#homebody {
	width: 100%;
}
#footer {
	width: 95%;
	padding: 10px 0 10px 0;
}
.homeicons {
	padding-top: 85px;
	padding-bottom: 85px;
}
.homeicons img {
	height: 120px;
	padding: 3%;
}
.ourstory {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 210px;
}	
}