@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/TrebuchetMS/TrebuchetMS.eot');
    src: url('fonts/TrebuchetMS/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('fonts/TrebuchetMS/TrebuchetMS.woff') format('woff'),
        url('fonts/TrebuchetMS/TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gill Sans MT';
    src: url('fonts/GillSansMT-Bold/GillSansMT-Bold.eot');
    src: url('fonts/GillSansMT-Bold/GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSansMT-Bold/GillSansMT-Bold.woff') format('woff'),
        url('fonts/GillSansMT-Bold/GillSansMT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro/-Semibold.eot');
    src: url('fonts/MyriadPro/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro/MyriadPro-Semibold.woff') format('woff'),
        url('fonts/MyriadPro/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/***************** Global ******************/
/*******************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html, body {
    width: 100%;
    min-height: 100%;
}
img {
    max-width: 100%;
}
a{
	text-decoration: none;
}
body {
    margin: 0 auto;
    font-family: 'Myriad Pro' !important;
    overflow-x: hidden;
	color: #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b7b7b7 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b7b7b7 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b7b7b7 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b7b7b7 !important;
}

.main-wrapper {
    padding: 5px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -moz-box-shadow: 0 0 20px -5px #000;
}

/*** Header ***/
.header {
    width: 100%;
	overflow: hidden;
}
.logo {
    float: left;
    width: 55%;
    margin-top: 18px;
}
.logo a{
	display: block;
}
.logo a img {
	border: 0;
    width: 100%;
}
.header-right {
    float: right;
    width: 35%;
    text-align: center;
    margin: 6px 0px;
}
.header-right span {
    font-weight: bold;
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 9px;
}
.header-right span > * {
    display: inline-block;
    vertical-align: top;
}
.header-right .no1 {
	color:black;
    font-weight: 600;
    margin-right: 12px;
    font-family: 'Trebuchet MS';
    font-size: 50px;
}
.header-right .no2 {
	color:#cc0000;
    font-weight: 600;
    font-family: 'Trebuchet MS';    
    font-size: 50px;
}
.header-right .phone, .header-right .email {
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 17px;
	padding-left: 27px;
}
.header-right .phone{
	background: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: left 2px center;
}
.header-right .email{
	background: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: left 2px center;
}

/*** Main menu ***/
.main-menu {
	background: #555555;
    text-transform: uppercase;
    color: white;
    display: table;
    width: 100%;
    padding: 5px;
}
.main-menu .menu-bar {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    font-family: 'Gill Sans MT';
	font-family: Calibri, Verdana;
    font-size: 21px;
    font-weight: bold;
	padding-left: 15px;
}
.main-menu-home {
	background: #555555;
    text-transform: uppercase;
    color: white;
    display: table;
    width: 100%;
    padding: 5px;
	padding-bottom: 20px;
}
.main-menu ul.menu li {
	display: inline-block;
    list-style: none;
	position: relative;
}
.main-menu ul.menu li a {
	display: block;
    color:white;
    padding: 3px 15px;
}
.main-menu ul.menu li a:hover,
.main-menu ul.menu li:hover > a,
.main-menu ul.menu li a.active,
.main-menu ul.menu li.active > a{
	background: #E54F50;
}
.main-menu ul.menu ul{
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #343434;
	border-bottom: 2px solid #E54F50;
}
.main-menu ul.menu ul ul {
    left: 100%;
    top: 0;
	border-left: 2px solid #E54F50;
}
.main-menu ul.menu li:hover > ul{
	display: block;
}
.main-menu ul.menu ul li{
	display: block;
	border-top: 1px solid #625C5C;
	text-align: center;
}
.main-menu ul.menu ul li:first-child{
	border-top: 0;
}
.main-menu ul.menu ul li a{
	font-weight: 400;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 15px 10px;
	text-transform: none;
}

.main-menu .search-box {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.searchkeyword {
    font-family: 'Trebuchet MS';
    font-size: 21px;
    width: 380px;
    float: none;
    background: #fff url('../images/search.png') no-repeat;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    vertical-align: middle;
    text-indent: 20px;
    height: 41px;
    border-radius: 25px;
    padding-left: 15px;
    border: 0;
}

/**** Homepage slideshow ****/
.cycle-slideshow { 
    width: 45%; 
    min-width: 200px; 
    max-width: 1356px; 
    padding: 0; 
    position: relative;
}
 
/*** Homepage boxes ***/
#blocks {
    margin:0px -9px;
    margin-top: 10px;    
    font-size: 0px;
}
#blocks .section {
    width: 33.333%;
    padding: 0px 9px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 38px;
    font-size: 18px;
}
#blocks .section .description {
	padding-top: 5px;
    text-align: center;
    font-size: 20px;
}
#blocks .section .title {
    padding: 7px;
    color: white;
    font-size: 24px;
}
#blocks .section:nth-child(1) .title{
	background: #00cc66;
}
#blocks .section:nth-child(2) .title{
	background: #0033cc;
}
#blocks .section:nth-child(3) .title{
	background: #909;
}
#blocks .section:nth-child(4) .title{
	background: #99cc00;
}
#blocks .section:nth-child(5) .title{
	background: #00ccff;
}
#blocks .section:nth-child(6) .title{
	background: #cc0000;
}
#blocks .section:nth-last-child(-n+3) {
    margin-bottom: 32px;
}

/*** Footer ***/
.footer {
    width: 100%;
    height: 93px;
    background: #555555;
    color: #f5f5f5;
    font-size: 16px;
	padding-top: 5px;
}
.footer .left {
    float:left;
    margin: 5px 10px;
}
.footer .right {
    float:right;
    margin: 5px 10px;
}
.footer .right a {
    color: white;
    display: inline-block;
    margin: 0 10px;
}
.footer .right a:last-child {
    margin-right: 0;
}


/************** Inside Pages ***************/
/*******************************************/
.not-front {
    padding: 15px;
}
.not-front .page-title {
    font-size: 36px;
    font-weight: bold;
	margin-bottom: 7px;
}
.not-front .content p{
    font-size: 24px;
    margin-bottom: 15px;
}
.not-front .content h2{
	font-size: 30px;
    font-weight: bold;
}
.not-front .content h3{
	font-size: 24px;
    font-weight: bold;
}

/*** Product Page ***/
.product-rack-boxes {
	margin: 0 -10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-rack-boxes .box-row {
    width: 25%;
    float: left;
    padding: 0 10px;
	margin-bottom: 1.8%;
}
.product-rack-boxes .box-row:first-child {
    width: 50%;
}
.product-rack-boxes .box-row > .fields-wrap{
	background: #b7b7b7;
	padding: 10px;	
    font-weight: bold;
    text-align: center;
}
.product-rack-boxes .box-row > .fields-wrap img{
	border: 1px solid #000;
}
.product-rack-boxes .box-row:first-child > .fields-wrap h2{
	font-size: 60px;
	max-width: 520px;
    margin: 0 auto;
	padding: 10px 0;
}
.product-rack-boxes .box-row > .fields-wrap h3{
	font-size: 30px;
	max-width: 250px;
    margin: 0 auto;
	padding: 5px 0;
}

.textpdf{
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
.pdficon{
	padding: 10px;
	text-align: center;
}


.product-rack-boxes .box-row-first {
    width: 33.33%;
    float: left;
    padding: 0 10px;
	margin-bottom: 1.8%;
}
.product-rack-boxes .box-row-first > .fields-wrap{
	background: #b7b7b7;
	padding: 10px;	
    font-weight: bold;
    text-align: center;
}
.product-rack-boxes .box-row-first > .fields-wrap img{
	border: 1px solid #000;
	width: 375px;
	height: 375px;
}
.product-rack-boxes .box-row-first .fields-wrap h2{
	font-size: 40px;
    margin: 0 auto;
	padding: 10px 0;
}
.product-rack-boxes .box-row-first > .fields-wrap h3{
	font-size: 30px;
    margin: 0 auto;
	padding: 5px 0;
}





/*** Search Page ***/
.search-rack-boxes {
    margin: 45px -8px;
    font-size: 0px;
}
.search-rack-boxes .box {
    width: 25%;
    display: inline-block;
    vertical-align: top;
	padding: 0 8px;
    margin-bottom: 12px;
}
.search-rack-boxes .box .fields-wrap{
	background: #b7b7b7;
	padding: 10px;
	text-align: center;
}
.search-rack-boxes .box .fields-wrap img{
	border: 1px solid #000;
}
.search-rack-boxes .box .fields-wrap h3 {
    margin-top: 9px;
    font-size: 30px;
    font-weight: bold;
}

/*** Testimonial Page ***/
.testimonial-buttons {
    text-align: center;
    font-size: 0px;
    margin: 16px -10px;
}
.testimonial-buttons .btn {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 16px 10px;
}
.testimonial-buttons .btn a {
    display: block;
    padding: 16px 5px;
    letter-spacing: -0.5px;
    box-shadow: 6px 6px 5px rgba(136, 136, 136, 0.68);    
}
.testimonial-buttons .btn:nth-child(1) a{background:#00cc66;color:#000;}
.testimonial-buttons .btn:nth-child(2) a{background:#0033cc;color:#fff;}
.testimonial-buttons .btn:nth-child(3) a{background:#99cc00;color:#000;}
.testimonial-buttons .btn:nth-child(4) a{background:#909;color:#fff;}
.testimonial-buttons .btn:nth-child(5) a{background:#00ccff;color:#000;}

.testimonial-list {
    margin-top: 35px;
    margin-bottom: 25px;
}
.testimonial-list .title{
	font-size: 36px;
    font-weight: bold;
}
.testimonial-list .testimonial .box .pic img {
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 5px 10px 11px rgba(136, 136, 136, 0.68);
}
.testimonial-list .testimonial .box {
    font-size: 0px;
    margin-top: 15px;
}
.testimonial-list .testimonial .box a {
    color: black;
}
.testimonial-list .testimonial .box .comment a {
    text-decoration: underline;
}
.testimonial-list .testimonial .box .pic > * {
    display: block;
    text-align: center;
}
.testimonial-list .testimonial .box .pic > a:first-child {
    padding:10px 10px 20px;
}
.testimonial-list .testimonial .box .pic {
    display: inline-block;
    width: 18%;
    font-size: 14px;
    vertical-align: middle;
}
.testimonial-list .testimonial .box .comment {
    display: inline-block;
    width: 82%;
    font-size: 24px;
    vertical-align: middle;
    padding-left: 15px;
}
.testimonial-list .testimonial .box:after {
    content: "";
    display: block;
    background: #00CC66;
    height: 3px;
    margin-top: 10px;
    margin-left: auto;
    width: 94.5%;
}
.testimonial-list .testimonial .box .comment .ref {
    margin-top: 10px;
    font-size: 18px;
}


/*** Department Page ***/
.department-rack-boxes{
	margin: 0 -15px;
}
.department-rack-boxes .box {
    margin-top: 20px;   
    text-align: center;
    padding: 15px;  
	font-size: 0;
}
.department-rack-boxes .box:nth-child(1) {
    background:#00cc66;
}
.department-rack-boxes .box:nth-child(2) {
    background:#0033cc;
}
.department-rack-boxes .box:nth-child(2) .detail {
    color: #fff;
}
.department-rack-boxes .box:nth-child(3) {
    background:#909;
}
.department-rack-boxes .box:nth-child(3) .detail {
    color: #fff;
}
.department-rack-boxes .box:nth-child(4) {
	background:#99cc00;
}
.department-rack-boxes .box:nth-child(5) {
    background:#00ccff;
}

.department-rack-boxes .box:nth-child(6) {
    background:#cc0000;
}
.department-rack-boxes .box:nth-child(6) .detail {
    color: #fff;
}
.department-rack-boxes .box > div {
    display: inline-block;
    vertical-align: middle;   
	font-size: 14px;	
}
.department-rack-boxes .box .detail h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;    
}
.department-rack-boxes .box .detail {
    width: 53.6%;
    padding: 0px 10px;
    font-size: 30px;
}
.department-rack-boxes .box .rack-img {
    width: 23.2%;
}

/*** Product Detail Page ***/
.product .product-code {
    font-size: 24px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
}

.product .section-overview {
    font-size: 0;
    margin: 15px -10px;
}
.product .section-overview .overview {
    display: inline-block;
    width: 50%;
    padding:0 10px;
    vertical-align: top;
}
.product .section-overview .overview .fields-wrap {
    border: 1px solid #909;
}
.product .section-overview .overview .title {
    background: #909;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
}
.product .section-overview .overview .panel {
    font-size: 24px;
    padding: 10px 23px;
    line-height: 38px;
}

.product #tabs {
    display: inline-block;
    width: 50%;
    padding:0 10px;
    font-size: 24px;
    vertical-align: top;
	border: 0;
}
.product .ui-tabs .ui-tabs-nav {
    padding: 0;
	border: none;
    background: transparent;
}
.product .ui-tabs .ui-tabs-nav li {
    margin: 0px 15px 0 0;	
	border-radius: 10px 10px 0 0;
	border: 1px solid #909;
    border-bottom: none !important;
    background: #fff;
}
.product .ui-tabs .ui-tabs-nav li:hover,
.product .ui-tabs .ui-tabs-nav li.ui-state-active,
.product .ui-tabs .ui-tabs-nav li.ui-tabs-active{
	border: 1px solid #909;
    background: #909;
}


.product .ui-tabs .ui-tabs-nav li:hover > a,
.product .ui-tabs .ui-tabs-nav li.ui-state-active > a,
.product .ui-tabs .ui-tabs-nav li.ui-tabs-active > a{
	color: #fff;
}
.product .ui-tabs .ui-tabs-panel {
    border: 1px solid #909;
    padding: 10px 0px;
    line-height: 38px;
    min-height: 210px;
	border-radius: 0;
}

.product .detail {
    margin: 22px 0px;
    overflow: hidden;
    display: table;
}
.product .detail > div {
    display: table-cell;
    vertical-align: top;
}
.product .detail .large-image {
    width: 68%;
	
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 1px solid #909;
}
.product .detail .large-image img {
    display: none;
}

.product .detail .right-section{
	padding-left: 20px;
}
.product .detail .small-pics .fields-wrap {
    font-size: 0;
    margin:0 -10px;
}
.product .detail .small-pics .fields-wrap .field-item {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}
.product .detail .small-pics .fields-wrap .field-item .pic {	
    border: 1px solid #909;
	text-align: center;
}
.product .detail .small-pics .fields-wrap .field-item img {
    display: inline-block;
	width: 165px;
	heigh: 165px;
}
.product .detail .call-now {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #CB0000;
    padding: 20px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product .detail .call-now .number {
    font-size: 49px;
}
.product .detail .enquiry {
    text-align: center;
    color: #fff;
    background: #B7B7B7;
    padding: 15px 10px;
}
.product .detail .enquiry p {
	font-size: 48px;
	font-weight: bold;
    line-height: 35px;
}
.product .detail .enquiry input {
    margin-top: 10px;
    margin-bottom: 5px;
    background: #909;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'Myriad Pro';
    font-size: 30px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    box-shadow: 6px 7px 5px 2px rgba(123, 104, 123, 0.8);
    -webkit-box-shadow: 6px 7px 5px 2px rgba(123, 104, 123, 0.8);
    -moz-box-shadow: 6px 7px 5px 2px rgba(123, 104, 123, 0.8);
    width: 100%;
    max-width: 270px;
}

.product .list-rack-boxes {
    margin: 15px -8px;
    font-size: 0px;
}
.product .list-rack-boxes .box {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    margin-bottom: 12px;
}
.product .list-rack-boxes .box .fields-wrap{
    background: #b7b7b7;
    padding: 10px;
    text-align: center;
}
.product .list-rack-boxes .box .fields-wrap img{
    border: 1px solid #000;
}
.product .list-rack-boxes .box .fields-wrap h3 {
    margin-top: 9px;
    font-size: 30px;
    font-weight: bold;
	min-height: 35px;
}

.popup-wrap {
   position: fixed;
   z-index: 999;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
}
.popup-wrap .popup-content {
    background: #B7B7B7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 95%;
    max-width: 1000px;
    min-height: 300px;
    /* padding: 10px; */
    border-radius: 10px;
}
.popup-wrap .cancel-icon {
    font-size: 14px;
    position: absolute;
    top: -9px;
    right: -8px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 0px 2px rgba(136, 136, 136, 0.68);
}

.enquiry {
    padding: 20px 10px;
    overflow: hidden;
	display: table;
    width: 100%;
}
.enquiry > div{
	display: table-cell;
	vertical-align: top;
}
.enquiry .left-section {
	text-align: center;
}
.enquiry .left-section .field-item{
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
	text-align: left;
}
.enquiry .left-section .field-item.field-textarea{
	width: 100%;
	margin: 10px 0 20px;
}
.enquiry .left-section .field-control {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    resize: none;
    box-shadow: none;
	width: 100%;
}
.enquiry .left-section .field-captcha img {
    width: 100%;
}
.enquiry .left-section input[type=button] {
	clear: both;
    display: block;
    margin: 15px auto;
    background: #909;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
	font-family: 'Myriad Pro';
    font-size: 19px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    cursor: pointer;
	box-shadow: 0px 7px 5px 0px rgba(123, 104, 123, 0.8);
    -webkit-box-shadow: 0px 7px 5px 0px rgba(123, 104, 123, 0.8);
    -moz-box-shadow: 0px 7px 5px 0px rgba(123, 104, 123, 0.8);
}

.enquiry .right-section {   
    padding-left: 10px; 
}
.enquiry .right-section .add-to{
	font-size: 0;
}
.enquiry .right-section .add-to .option {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: 50%;
    margin-bottom: 12px;
    max-width: 150px;
    text-align: center;
    padding: 0 10px;
}
.enquiry .right-section .add-to .option:nth-child(odd) {
    padding-left: 0;
}
.enquiry .right-section .add-to .option:nth-child(even) {
    padding-right: 0;
}
.enquiry .right-section .add-to .option .image {
    border: 1px solid #909;
	display: inline-block; 
}
.enquiry .right-section .add-to .option .name{
    font-size: 13px;
	margin-top: 3px;
}
.enquiry .right-section .add-to .option .checkbox{
	margin-top: 5px;
}
.enquiry .right-section .add-to .option .checkbox > * {
    display: inline-block;
    vertical-align: middle;
}
.enquiry .right-section .add-to .option .checkbox input {
    margin-right: 3px;
}

/*** Product Detail Color Changes ***/
.product.pallet-racking .section-overview .overview .title,
.product.pallet-racking .ui-tabs .ui-tabs-nav li:hover, .product.pallet-racking .ui-tabs .ui-tabs-nav li.ui-state-active, .product.pallet-racking .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.pallet-racking .detail .enquiry input,
.product.pallet-racking .enquiry .left-section input[type=button]{
	background: #00cc66;
}
.product.racking .section-overview .overview .title,
.product.racking .ui-tabs .ui-tabs-nav li:hover, .product.racking .ui-tabs .ui-tabs-nav li.ui-state-active, .product.racking .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.racking .detail .enquiry input,
.product.racking .enquiry .left-section input[type=button]{
	background: #0033cc;
}
.product.mezzanine-floors .section-overview .overview .title,
.product.mezzanine-floors .ui-tabs .ui-tabs-nav li:hover, .product.mezzanine-floors .ui-tabs .ui-tabs-nav li.ui-state-active, .product.mezzanine-floors .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.mezzanine-floors .detail .enquiry input,
.product.mezzanine-floors .enquiry .left-section input[type=button]{
	background: #99cc00;
}
.product.workplace-products .section-overview .overview .title,
.product.workplace-products .ui-tabs .ui-tabs-nav li:hover, .product.workplace-products .ui-tabs .ui-tabs-nav li.ui-state-active, .product.workplace-products .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.workplace-products .detail .enquiry input,
.product.workplace-products .enquiry .left-section input[type=button]{
	background: #00ccff;
}
.product.special-offers .section-overview .overview .title,
.product.special-offers .ui-tabs .ui-tabs-nav li:hover, .product.special-offers .ui-tabs .ui-tabs-nav li.ui-state-active, .product.special-offers .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.special-offers .detail .enquiry input,
.product.special-offers .enquiry .left-section input[type=button]{
	background: #cc0000;
}

.product.pallet-racking .section-overview .overview .fields-wrap,
.product.pallet-racking .ui-tabs .ui-tabs-nav li,
.product.pallet-racking .ui-tabs .ui-tabs-nav li:hover, .product.pallet-racking .ui-tabs .ui-tabs-nav li.ui-state-active, .product.pallet-racking .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.pallet-racking .ui-tabs .ui-tabs-panel,
.product.pallet-racking .detail .large-image,
.product.pallet-racking .detail .small-pics .fields-wrap .field-item .pic,
.product.pallet-racking .enquiry .right-section .add-to .option .image{
	border-color: #00cc66;
}
.product.racking .section-overview .overview .fields-wrap,
.product.racking .ui-tabs .ui-tabs-nav li,
.product.racking .ui-tabs .ui-tabs-nav li:hover, .product.racking .ui-tabs .ui-tabs-nav li.ui-state-active, .product.racking .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.racking .ui-tabs .ui-tabs-panel,
.product.racking .detail .large-image,
.product.racking .detail .small-pics .fields-wrap .field-item .pic,
.product.racking .enquiry .right-section .add-to .option .image{
	border-color: #0033cc;
}
.product.mezzanine-floors .section-overview .overview .fields-wrap,
.product.mezzanine-floors .ui-tabs .ui-tabs-nav li,
.product.mezzanine-floors .ui-tabs .ui-tabs-nav li:hover, .product.mezzanine-floors .ui-tabs .ui-tabs-nav li.ui-state-active, .product.mezzanine-floors .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.mezzanine-floors .ui-tabs .ui-tabs-panel,
.product.mezzanine-floors .detail .large-image,
.product.mezzanine-floors .detail .small-pics .fields-wrap .field-item .pic,
.product.mezzanine-floors .enquiry .right-section .add-to .option .image{
	border-color: #99cc00;
}
.product.workplace-products .section-overview .overview .fields-wrap,
.product.workplace-products .ui-tabs .ui-tabs-nav li,
.product.workplace-products .ui-tabs .ui-tabs-nav li:hover, .product.workplace-products .ui-tabs .ui-tabs-nav li.ui-state-active, .product.workplace-products .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.workplace-products .ui-tabs .ui-tabs-panel,
.product.workplace-products .detail .large-image,
.product.workplace-products .detail .small-pics .fields-wrap .field-item .pic,
.product.workplace-products .enquiry .right-section .add-to .option .image{
	border-color: #00ccff;
}
.product.special-offers .section-overview .overview .fields-wrap,
.product.special-offers .ui-tabs .ui-tabs-nav li,
.product.special-offers .ui-tabs .ui-tabs-nav li:hover, .product.special-offers .ui-tabs .ui-tabs-nav li.ui-state-active, .product.special-offers .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.product.special-offers .ui-tabs .ui-tabs-panel,
.product.special-offers .detail .large-image,
.product.special-offers .detail .small-pics .fields-wrap .field-item .pic,
.product.special-offers .enquiry .right-section .add-to .option .image{
	border-color: #cc0000;
}

/*** FAQ Page ***/
.list-faqs{
    background: #F1F1F1;
    padding: 25px;
    max-width: 1050px;
    margin: 20px auto;
}
.list-faqs .accordion > h3 {
	font-family: 'Myriad Pro';
    font-weight: normal;
    font-size:24px;
    color:#3333FF;
    padding: 35px 15px;
	padding-left: 50px;
    margin-top: 25px;
	background-color: #DFDFDF;
	background-image: url("../images/plus.png");
	background-repeat: no-repeat;
	background-position: left 20px center;
	cursor: pointer;
}
.list-faqs .accordion > h3.active{
	background-image: url("../images/minus.png");
}
.list-faqs .accordion > h3:first-child {
    margin-top: 0;
}
.list-faqs .accordion .accordion-content {
	display: none;
	background: #fff;
    font-family: 'Myriad Pro';
    font-weight: normal;
    font-size: 24px;
    padding: 15px;
}

/** Product page type 2 **/
.menu-2{
	table-layout: fixed;
	display: table;
	width: 100%;
}
.menu-2 > li{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.menu-2 > li:last-child{
	padding-right: 0;
}
.menu-2 > li a{
	display: block;
	text-align: center;
	color: #fff;
	background: #5c9fbd;
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

.product.type2 .detail .large-image{
	width: 100%;
	background: none !important;
	margin-bottom: 15px;
}
.product.type2 .detail .large-image .cycle-slideshow {
    margin: 0 !important;
}
.product.type2 .detail .large-image img {
    display: block;
}
.product.type2 .detail .large-image #adv-custom-pager{
	display: flex;
	table-layout: fixed;
	width: 100%;
}
.product.type2 .detail .large-image #adv-custom-pager a {
    display: block;
	vertical-align: middle;
	text-align: center;
    padding: 5px;
    width: 157px;
    height: 133px;
}
.product.type2 .detail .large-image #adv-custom-pager img {
    width: 100%;
    height: auto;
	border: 1px solid #f3f3f3;
}
.product.type2 .detail .large-image #adv-custom-pager a.cycle-pager-active img {
    border-color: #cc0000;
}

.product.type2 .detail{
	display: block;
	font-size: 0;
}
.product.type2 .detail > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
	font-size: 16px;
}
.product.type2 .detail ul.desc {
    padding-left: 30px;
    padding-bottom: 30px;
}
.product.type2 .detail ul.desc li {
    margin-bottom: 10px;
}

.product.type2 .list-rack-boxes .box {
    width: 50%;
    margin-bottom: 25px;
}
.product.type2 .list-rack-boxes .box .fields-wrap {
    max-width: 250px;
    margin: 0 auto;
	font-size: 14px;
}
.product.type2 .list-rack-boxes .box .fields-wrap h3 {
    font-size: 24px;
}
.product.type2 .list-rack-boxes .box .fields-wrap h4 {
	font-size: 18px;
	min-height: 35px;
	line-height: normal;
}

.product.type2 #tabs {
    width: 100%;
}
.product.type2 #tabs ul.ui-tabs-nav li {
    margin-right: 5px;
    font-size: 15px;
}
.product.type2 #tabs ul.ui-tabs-nav li a {
    min-width: 75px;
}

.product.type2 .contactform{font-size: 14px; border:0px #000 solid; width:100%;}
.product.type2 .contactform * {font-size: 14px;line-height: normal;}	
.product.type2 .contactformleft{padding-left:260px; width:120px; border-right:0px #ccc solid; padding-left:10px; min-height:50px; text-align:right; padding-right:10px; padding-top:15px;}
.product.type2 .contactformright{float:left; width: 100%; max-width:320px; border:1px #ccc solid; padding:10px;}

.product.type2 .list-rack-boxes .box .fields-wrap input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.product.type2 .list-rack-boxes .box .fields-wrap input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.product.type2 .list-rack-boxes .box .fields-wrap input[type="checkbox"]:checked {
    background-image: url("../images/tick.png");
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.product.type2 .pdf-files {
    border: 1px solid #cc0000;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.product.type2 .pdf-files .item {
    width: 50%;
    float: left;
    padding: 0 5px;
    font-size: 15px;
    margin: 10px 0;
}
.product.type2 .pdf-files .item a {
    color: #00e;
}
.product.type2 .pdf-files .item a img {
    max-width: 50px;
    vertical-align: middle;
}
.product.type2 .pdf-files .item a span {
	padding-left: 10px;
    text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------*/
/* Note: Design for a width of 1200px */
@media only screen and (min-width: 992px) and (max-width: 1250px) {
	
    .header {
        overflow: hidden;
    }
    .logo {
        width: 55%;    
    }
    .header-right {
        width: 40%;
    }
    .header-right .no1, .header-right .no2 {
        font-size: 42px;
    }
    .header-right .phone, .header-right .email {
        font-size: 14px;
    }
    .header-right span:nth-last-child(-n+2) img {
        margin-right: 2px;
    }    
	
    .main-menu .menu-bar{
		font-size: 19px;
	}
    .searchkeyword {
        width: 280px;
    }
	
    .cycle-slideshow {
        margin-top: 6px !important;
    }
	
    #blocks .section {
        width: 33.333%;
    }
    #blocks .section img {
        width: 100%;
    }
	#blocks .section .title{
		font-size: 22px;
	}
    #blocks .section .description {
        font-size: 17px;
    }

	/******* Inside Pages **********/
	/*******************************/
	.not-front .content h2{
		font-size: 28px;
	}
	.not-front .content h3{
		font-size: 22px;
	}
	.not-front .content p{
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	/*** Search Page ***/
	.search-rack-boxes{
		margin: 40px -8px;
	}
    .search-rack-boxes .box {
        padding: 0 7px;
    }    
    .search-rack-boxes .box .fields-wrap h3 {
        font-size: 28px;
    }    
	
	/*** Testimonial Page ***/
    .testimonial-buttons .btn {
        font-size: 19px;
    }
    .testimonial-list .testimonial .box .comment {
        font-size: 22px;
        width: 80%;
    }
    .testimonial-list .testimonial .box .comment .ref {
        margin-top: 8px;
        font-size: 16px;
    }
    .testimonial-list .testimonial .box .pic {
        width: 20%;
    }
    .testimonial-list .testimonial .box:after {
        width: 94.5%;
    }
	
	/*** Product page ***/
    .product-rack-boxes .box-row:first-child > .fields-wrap h2{
		font-size: 50px;
	}
	.product-rack-boxes .box-row > .fields-wrap h3 {
		font-size: 26px;
	}

	/*** Department page ***/
    .department-rack-boxes .box .detail {
        font-size: 24px;
    }
    .department-rack-boxes .box .detail h2 {
        font-size: 42px;
    }

    /*** FAQ page ***/
    .list-faqs .accordion > h3 {
        font-size: 22px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .list-faqs .accordion .accordion-content {
        font-size: 22px;
    }    

    /*** Product Detail Page ***/
	.product .product-code{
		font-size: 22px;
	}
    .product .section-overview .overview .title {
        font-size: 20px;
     }
    .product .section-overview .overview .panel {
        font-size: 20px;
		line-height: 32px;
    }
    .product #tabs {
        font-size: 20px;
    }
	.product .ui-tabs .ui-tabs-panel{
		min-height: 180px;
		line-height: 32px;
	}
    .product .ui-tabs .ui-tabs-nav li {
        margin-right: 8px;
    }
    .product .ui-tabs .ui-tabs-nav li a {
        padding: 10px;
		min-width: 0;
    }
    .product .detail .call-now {
        font-size: 30px;
    }
    .product .detail .call-now .number {
        font-size: 40px;
    }    
    .product .detail .enquiry p {
        font-size: 40px;
    }
    .product .detail .enquiry input {
        font-size: 24px;
		max-width: 220px;
    }
	.product .list-rack-boxes .box .fields-wrap h3{
		font-size: 25px;
	}
	
	/** Product page type 2 **/
	.menu-2 > li a{
		font-size: 18px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li{
		margin-right: 5px;
		font-size: 14px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li a{
		min-width: 78px;
	}
}

/* Note: Design for a width of 991px */
@media only screen and (min-width: 769px) and (max-width: 991px) {

    .logo {
        width: 55%;    
    }
    .header-right {
        width: 44%;
    }
    .header-right .no1, .header-right .no2 {
        font-size: 36px;
    }
    .header-right .phone, .header-right .email {
        font-size: 14px;
    }
    .header-right span:nth-last-child(-n+2) img {
        margin-right: 2px;
    }    
	
	.main-menu .menu-bar{
		width: 80%;
	}
    .main-menu .menu-bar{
		font-size: 17px;
	}
	.main-menu ul.menu li a{
		padding: 3px 10px;
	}
	.main-menu ul.menu ul li a{
		font-size: 14px;
	}
    .searchkeyword {
		width: 180px;
		font-size: 18px;
		background-size: 16px;
    }
	
    .cycle-slideshow {
        margin-top: 6px !important;
    }
	
    #blocks {
		margin: 6px -4px 0;
    }
    #blocks .section {
        margin-bottom: 10px;
        width: 33.333%;
		padding: 0 4px;
    }
	#blocks .section .title{
		font-size: 18px;
	}
    #blocks .section .description {
        font-size: 15px;
    }
    #blocks .section img {
        width: 100%;
    }
    #blocks .section:nth-last-child(-n+3) {
        margin-bottom: 10px;
    }
	
	.footer{
		margin-top: 20px;
	}
	
	/***** Inside pages *****/
	/************************/
    .not-front .page-title {
        font-size: 30px;
    }
	.not-front .content h2{
		font-size: 26px;
	}
	.not-front .content h3{
		font-size: 20px;
	}
    .not-front .content p{
        font-size: 20px;
        margin-bottom: 10px;
    }
	
	/*** Product Page ***/
    .product-rack-boxes .box-row:first-child > .fields-wrap h2{
		font-size: 34px;
		min-height: 106px;
	}
	.product-rack-boxes .box-row > .fields-wrap h3{
		font-size: 19px;
	}
	
	/*** Search Page ***/
    .search-rack-boxes {
		margin: 35px -6px;
    }
    .search-rack-boxes .box {
        padding: 0 6px;
    }
    .search-rack-boxes .box .fields-wrap h3 {
        font-size: 26px;
    }
	
	/*** Testimonial Page ***/
    .testimonial-buttons .btn {
        font-size: 16px;
        padding: 16px 5px;
    }
    .testimonial-buttons .btn a {
        letter-spacing: -1px;
    }
    .testimonial-list .testimonial .box .comment {
        font-size: 20px;
        width: 80%;
        padding-left: 15px;
    }
    .testimonial-list .testimonial .box .comment .ref {
        margin-top: 8px;
        font-size: 16px;
    }
    .testimonial-list .testimonial .box .pic {
        width: 20%;
    }
    .testimonial-list .testimonial .box:after {
        width: 94.5%;
    }
	
	/*** Department ***/
    .department-rack-boxes .box .detail {
        font-size: 18px;
    }
    .department-rack-boxes .box .detail h2 {
        font-size: 36px;
    }

	/*** Faq Page ***/
    .list-faqs .accordion > h3 {
        font-size: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .list-faqs .accordion .accordion-content {
        font-size: 20px;
    } 
	
	/*** Product Detail Page ***/
	.product .product-code{
		font-size: 20px;
	}
    .product .section-overview .overview .title {
        font-size: 18px;
     }
    .product .section-overview .overview .panel {
        font-size: 15px;
		line-height: 24px;
    }
    .product #tabs {
        font-size: 15px;
    }
	.product .ui-tabs .ui-tabs-panel{
		line-height: 24px;
		min-height: 145px;
	}
    .product .ui-tabs .ui-tabs-nav li {
        margin-right: 8px;
    }
    .product .ui-tabs .ui-tabs-nav li a {
        padding: 10px;
		min-width: 0;
    }
	.product .detail .right-section{
		padding-left: 10px;
	}
	.product .detail .small-pics .fields-wrap{
		margin: 0 -5px;
	}
	.product .detail .small-pics .fields-wrap .field-item{
		padding: 0 5px;
		margin-bottom: 10px;
	}
    .product .detail .call-now {
        font-size: 22px;
		margin-bottom: 10px;
    }
    .product .detail .call-now .number {
        font-size: 28px;
    }    
    .product .detail .enquiry p {
		font-size: 18px;
		line-height: 28px;
    }
    .product .detail .enquiry input {
        font-size: 18px;
		max-width: 175px;
    }
	.product .list-rack-boxes .box .fields-wrap h3{
		font-size: 19px;
	}
	
	/*** Enquiry Popup ***/
	.enquiry .left-section{
		width: 66%;
	}
	
	/** Product page type 2 **/
	.menu-2 > li a{
		font-size: 15px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li{
		margin-right: 5px;
		font-size: 14px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li a{
		min-width: 78px;
	}
	.product.type2 .detail > div{
		width: 100%;
	}
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	
    .logo {
        width: auto;
        text-align: center;
        float: none;
        margin-top: 14px;
    }
    .logo img {
        width: 95%;    
    }
    .header-right {
        text-align: center;
        width: auto;
        margin-top: 0px;
        float: none;
    }
    .header-right .no1, .header-right .no2 {
        font-size: 26px;
    }
    .header-right .phone, .header-right .email {
        font-size: 14px;
    }
    .header-right span:nth-last-child(-n+2) img {
        margin-right: 2px;
    }    
	
	.main-menu .menu-bar{
		font-size: 19px;
		padding-left: 0;
	}
    .main-menu .menu-bar, .main-menu .search-box {
        display: block;
        text-align: center;
        width: auto;
    }
    .main-menu .search-box {
        padding: 8px;
    }
    .main-menu ul.menu li {
        display: block;
        list-style: none;
    }
	.main-menu ul.menu > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-menu ul.menu ul{
		position: static;
	}
	.main-menu ul.menu ul li a{
		font-size: 16px;
	}
    .searchkeyword {
        width: 320px;
		font-size: 18px;
		background-size: 16px;
    }
	
    .cycle-slideshow {
        margin-top: 6px !important;
    }
	
	#blocks {
		margin: 6px -4px 0;
    }
    #blocks .section {
        margin-bottom: 10px;
        width: 50%;
		padding: 0 4px;
    }
    #blocks .section img {
        width: 100%;
    }
	#blocks .section .title{
		font-size: 18px;
	}
    #blocks .section .description {
        font-size: 15px;
    }
    #blocks .section:nth-last-child(-n+3) {
        margin-bottom: 10px;
    }
	
    .footer {
		height: auto;
		text-align: center;
		overflow: hidden;
		padding: 15px 0;
		margin-top: 20px;
    }
    .footer .left, .footer .right {
        float: none;
        display: block;
    }
	
	
	/***** Inside pages *****/
	/************************/
	.not-front {
        padding: 10px;
    }
    .not-front .page-title {
        font-size: 28px;
    }
	.not-front .content h2{
		font-size: 24px;
	}
	.not-front .content h3{
		font-size: 18px;
	}
    .not-front .content p{
        font-size: 18px;
        margin-bottom: 10px;
    }
	
	/*** Product Page ***/
    .product-rack-boxes {
        margin-bottom: 10px;
        text-align: center;
    }
    .product-rack-boxes .box-row {
        width: 50%;
    }
	.product-rack-boxes .box-row:first-child{
		width: 100%;
	}
    .product-rack-boxes .box-row:first-child > .fields-wrap h2{
		font-size: 34px;
		min-height: 106px;
	}
	.product-rack-boxes .box-row > .fields-wrap h3{
		font-size: 19px;
	}

	/*** Search Page ***/
    .search-rack-boxes {
		margin: 30px -6px;
    }
    .search-rack-boxes .box {
		padding: 0 6px;
        width: 50%;
    }
    .search-rack-boxes .box .fields-wrap h3 {
        font-size: 24px;
    }
	
	/*** Testimonial Page ***/
    .testimonial-buttons .btn {
        font-size: 16px;
        padding: 7px 5px;
        display: block;
        width: auto;
    }
    .testimonial-buttons .btn a {
        padding: 16px 0px;
        letter-spacing: -1px;
    }
    .testimonial-list {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .testimonial-list .testimonial .box .comment {
        font-size: 18px;
        width: auto;
    }
    .testimonial-list .testimonial .box .comment .ref {
        font-size: 15px;
    }
    .testimonial-list .testimonial .box .pic {
        width: auto;
        margin-bottom: 10px;
    }
    .testimonial-list .testimonial .box:after {
        width: auto;
    }

	/*** Department page ***/
    .department-rack-boxes {
        font-size: 0px;
		margin: 0 -10px;
    }
    .department-rack-boxes .box .detail {
		font-size: 14px;
    }
    .department-rack-boxes .box .detail h2 {
        font-size: 22px;
    }

    /*** FAQ page ***/
    .list-faqs {
        padding: 20px;
    }
    .list-faqs .accordion > h3 {
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .list-faqs .accordion .accordion-content {
        font-size: 18px;
    } 
	
	/*** Product Detail Page ***/
	.product .product-code{
		font-size: 15px;
	}
	.product .section-overview .overview, .product #tabs {
		display: block;
		width: auto;
		margin-bottom: 20px;
	}
    .product .section-overview .overview .title {
        font-size: 18px;
     }
    .product .section-overview .overview .panel {
        font-size: 15px;
		line-height: 24px;
    }
    .product #tabs {
        font-size: 15px;
    }
	.product .ui-tabs .ui-tabs-panel{
		line-height: 24px;
		min-height: 145px;
	}
    .product .ui-tabs .ui-tabs-nav li {
        margin-right: 8px;
    }
    .product .ui-tabs .ui-tabs-nav li a {
        padding: 10px;
		min-width: 0;
    }
	.product .detail{
		display: block;
	}
	.product .detail .large-image,.product .detail .right-section {
		display: block;
		width: auto;
		padding: 0;
	}
	.product .detail .large-image {
		margin-bottom: 10px;
	}
	.product .detail .large-image img {
		display: block;
	}
	.product .detail .right-section{
		padding-left: 0;
	}
	.product .detail .small-pics .fields-wrap{
		margin: 0 -5px;
	}
	.product .detail .small-pics .fields-wrap .field-item{
		width: 25%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.product .detail .right-section .box-wrap{
		display: table;
		width: 100%;
	}
	.product .detail .call-now,.product .detail .enquiry {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
    .product .detail .call-now {
        font-size: 22px;
		margin-bottom: 10px;
    }
    .product .detail .call-now .number {
        font-size: 28px;
    }    
    .product .detail .enquiry p {
		font-size: 32px;
		line-height: 28px;
    }
    .product .detail .enquiry input {
        font-size: 18px;
		max-width: 175px;
    }
	.product .list-rack-boxes{
		margin-left: -5px;
		margin-right: -5px;
	}
	.product .list-rack-boxes .box{
		padding: 0 5px;
	}
	.product .list-rack-boxes .box .fields-wrap{
		padding: 5px;
	}
	.product .list-rack-boxes .box .fields-wrap h3{
		font-size: 15px;
	}
	
	/*** Enquiry Popup ***/
	.enquiry .left-section{
		width: 55%;
	}
	.enquiry .right-section .add-to .option{
		padding: 0 5px;
	}
	
	/** Product page type 2 **/
	.menu-2 {
		display: block;
		font-size: 0;
		width: auto;
		margin: 0 -5px;
	}
	.menu-2 > li{
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		width: 50%;
		padding: 5px 5px 0 !important;
	}
	.menu-2 > li a{
		font-size: 15px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li{
		margin-right: 5px;
		font-size: 14px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li a{
		min-width: 70px;
	}
	.product.type2 .detail > div{
		width: 100%;
	}
	.product.type2 .contactformleft,.product.type2 .contactformright {
		width: 100%;
		display: block;
		float: none;
		text-align: left;
	}
	.product.type2 .contactformleft {
		padding: 0;
		padding-top: 10px;
		padding-bottom: 5px;
		min-height: 0;
	}
	.product.type2 .list-rack-boxes .box .fields-wrap h4{
		font-size: 15px;
	}
	.product.type2 .pdf-files .item{
		font-size: 14px;
	}
}

/* Note: Design for a width of 480px */
@media only screen and (max-width: 480px) {

    .logo {
        width: auto;
        text-align: center;
        float: none;
        margin-top: 14px;
    }
    .logo img {
        width: 95%;    
    }
    .header-right {
        text-align: center;
        width: auto;
        margin-top: 0px;
        float: none;
    }
    .header-right .no1, .header-right .no2 {
        font-size: 26px;
    }
    .header-right .phone, .header-right .email {
        font-size: 14px;
    }
    .header-right span:nth-last-child(-n+2) img {
        margin-right: 2px;
    }    
	
    .main-menu {
        display: block;
    }
	.main-menu .menu-bar{
		font-size: 17px;
		padding-left: 0;
	}
    .main-menu .menu-bar, .main-menu .search-box {
        display: block;
        text-align: center;
        width: auto;
        font-size: 15px;
    }
    .main-menu .search-box {
        padding: 8px;
    }
    .main-menu ul.menu li {
        display: block;
        list-style: none;
    }
	.main-menu ul.menu > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-menu ul.menu ul{
		position: static;
	}
	.main-menu ul.menu ul li a{
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
    .searchkeyword {
        width: auto;
        margin-right: 0px;
		font-size: 16px;
		height: 33px;
		background-size: 15px;
    }
	
    .cycle-slideshow {
        margin-top: 6px !important;
    }
	
    #blocks {
        margin-top: 6px;
    }
    #blocks .section {
        margin-bottom: 10px;
        width: 100%;
    }
    #blocks .section .title {
        text-align: left;
        font-size: 20px;
    }
    #blocks .section img {
        width: 100%;
        height: auto;
    }
    #blocks .section .description {
        font-size: 15px;
    }
    #blocks .section:nth-last-child(-n+3) {
        margin-bottom: 10px;
    }
	
    .footer {		
		height: auto;
		text-align: center;
		font-size: 15px;
		overflow: hidden;
		padding: 10px 0;
		margin-top: 20px;
    }
    .footer .left, .footer .right {
        float: none;
        display: inline-block;
    }
	
	
	/***** Inside pages *****/
	/************************/
	.not-front {
        padding: 10px 5px;
    }
    .not-front .page-title {
        font-size: 20px;
    }
	.not-front .content h2{
		font-size: 24px;
	}
	.not-front .content h3{
		font-size: 18px;
	}
    .not-front .content p{
        font-size: 16px;
        margin-bottom: 10px;
    }
	
	/*** Product Page ***/
    .product-rack-boxes {
		margin: 0 -3px;
        margin-bottom: 10px;
        text-align: center;
    }
    .product-rack-boxes .box-row {
        width: 50%;
		padding: 0 3px;
    }
	.product-rack-boxes .box-row:first-child{
		width: 100%;
	}
    .product-rack-boxes .box-row:first-child > .fields-wrap h2{
		font-size: 28px;
	}
	.product-rack-boxes .box-row > .fields-wrap h3{
		font-size: 17px;
	}
	
	/*** Search Page ***/
    .search-rack-boxes {
        margin: 25px -6px;
    }
    .search-rack-boxes .box {
		padding: 0 6px;
        width: 50%;
    }
    .search-rack-boxes .box .fields-wrap h3 {
        font-size: 20px;
    }
	
	/*** Testimonial Page ***/
    .testimonial-buttons .btn {
        font-size: 16px;
        padding: 7px 5px;
        display: block;
        width: auto;
    }
    .testimonial-buttons .btn a {
        padding: 16px 0px;
        letter-spacing: -1px;
    }
    .testimonial-list {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .testimonial-list .testimonial .box:after {
        width: auto;
    }
    .testimonial-list .testimonial .box .comment {
        font-size: 16px;
        width: auto;
    }
    .testimonial-list .testimonial .box .comment .ref {
        font-size: 13px;
    }
    .testimonial-list .testimonial .box .pic {
        width: auto;
        margin-bottom: 10px;    
        text-align: center;
        display: block;
    }
	
	/*** Department Page ***/
    .department-rack-boxes {
		margin: 0 -10px;
    }
    .department-rack-boxes .box {
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        padding: 10px;
    }
    .department-rack-boxes .box > div {
        display: block;
    }
    .department-rack-boxes .box .detail {
        width: auto;
        margin: 15px 0px;
		padding: 0;
		font-size: 16px;
    }
    .department-rack-boxes .box .detail h2 {
        font-size: 30px;
    }
    .department-rack-boxes .box .rack-img {
        width: auto;
    } 

    /*** FAQ page ***/
    .list-faqs {
        padding: 15px;
		margin: 10px auto;
    }
    .list-faqs .accordion > h3 {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
		padding-left: 30px;
		background-size: 10px;
		background-position: left 10px center;
		margin-top: 15px;
    }
    .list-faqs .accordion .accordion-content {
        font-size: 15px;
    } 
	

	/*** Product Detail Page ***/
	.product .product-code{
		font-size: 13px;
		margin-top: 5px;
	}
	.product .section-overview .overview, .product #tabs {
		display: block;
		width: auto;
		margin-bottom: 20px;
	}
    .product .section-overview .overview .title {
        font-size: 18px;
     }
    .product .section-overview .overview .panel {
        font-size: 14px;
		line-height: 24px;
		padding: 10px;
    }
    .product #tabs {
        font-size: 14px;
    }
	.product .ui-tabs .ui-tabs-panel{
		line-height: 24px;
		min-height: 0;
		padding: 10px;
	}
    .product .ui-tabs .ui-tabs-nav li {
        margin-right: 5px;
    }
    .product .ui-tabs .ui-tabs-nav li a {
        padding: 10px;
		min-width: 0;
		font-size: 11px;
    }
	.product .detail{
		display: block;
	}
	.product .detail .large-image,.product .detail .right-section {
		display: block;
		width: auto;
		padding: 0;
	}
	.product .detail .large-image {
		margin-bottom: 10px;
	}
	.product .detail .large-image img {
		display: block;
	}
	.product .detail .right-section{
		padding-left: 0;
	}
	.product .detail .small-pics .fields-wrap{
		margin: 0 -5px;
		text-align: center;
	}
	.product .detail .small-pics .fields-wrap .field-item{
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
    .product .detail .call-now {
        font-size: 19px;
		margin-bottom: 0;
    }
    .product .detail .call-now .number {
        font-size: 26px;
    }    
    .product .detail .enquiry p {
		font-size: 28px;
		line-height: 28px;
    }
    .product .detail .enquiry input {
        font-size: 18px;
		max-width: 175px;
    }
	.product .list-rack-boxes{
		margin-left: -5px;
		margin-right: -5px;
	}
	.product .list-rack-boxes .box{
		width: 50%;
		padding: 0 5px;
	}
	.product .list-rack-boxes .box .fields-wrap{
		padding: 10px;
	}
	.product .list-rack-boxes .box .fields-wrap h3{
		font-size: 15px;
	}
	
	/*** Enquiry Popup ***/
	.enquiry{
		display: block;
		overflow-y: auto;
		max-height: 465px;
	}
	.enquiry > div {
		display: block;
		padding-left: 0 !important;
	}
	.enquiry .right-section{
		padding-top: 20px;
		text-align: center;
	}
	
	
	/** Product page type 2 **/
	.menu-2 {
		display: block;
		font-size: 0;
		width: auto;
		margin: 0 -5px;
	}
	.menu-2 > li{
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		width: 100%;
		padding: 5px 5px 0 !important;
	}
	.menu-2 > li a{
		font-size: 15px;
	}
	.product.type2 #tabs ul.ui-tabs-nav li{
		font-size: 14px;
		display: block;
		float: none;
		text-align: center;
		border-radius: 0;
		margin: 0;
	}
	.product.type2 #tabs ul.ui-tabs-nav li a{
		min-width: 70px;
		display: block;
		float: none;
	}
	.product.type2 .detail > div{
		width: 100%;
	}
	.product.type2 .list-rack-boxes .box{
		width: 100%;
	}
	.product.type2 .list-rack-boxes .box .fields-wrap h3{
		font-size: 18px;
	}
	.product.type2 .contactform,
	.product.type2 .contactform tbody {
		display: block;
		max-width: 325px;
		margin: 0 auto;
	}
	.product.type2 .contactformleft,.product.type2 .contactformright {
		width: 100%;
		display: block;
		float: none;
		text-align: left;
	}
	.product.type2 .contactformleft {
		padding: 0;
		padding-top: 10px;
		padding-bottom: 5px;
		min-height: 0;
	}
	.product.type2 .list-rack-boxes .box .fields-wrap h4{
		font-size: 15px;
	}
	.product.type2 .pdf-files .item{
		width: 100%;
		font-size: 14px;
	}
}

	/*** Product Detail Page ***/
	.contentonly{
		margin-left:250px;
		margin-right:250px;
		margin-bottom:50px;
		font-size: 18px;
		margin-top: 5px;
	}
	
	.contentonly .main-image{
		margin-top:10px;
		margin-bottom:10px;
		width:770px;
		border-color:#7C0103;
		border:#80000 1px thin;
	}
	.page-title-indent {
    font-size: 36px;
    font-weight: bold;
	margin-bottom: 7px;
	margin-left:250px;
	margin-top:10px;
}


/***product detail page***/
.sendittome {
	color:black;
    font-weight: 600;
    margin-right: 12px;
    font-family: 'Trebuchet MS';
    font-size: 10px;
	padding: 10 20 10 10;
	background-color:#B00002;
}


/***mezzanine***/
.indentnobullet ul {
	margin-left:30px;
	padding-bottom:10px;
}

.indentnobullet li{
	margin-left:30px;
	padding-bottom:10px;
	font-size:24px;
}

.mezz-images{
    border: 1px solid #000;
	padding:0px;
}

.box-wrap{
	display: table;
	width: 99%;
		padding-bottom:10px;
}
.box-wrap .mezzcallnowl {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #CB0000;
    padding: 20px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
	width: 49.5%;
	float:left;
	min-height:158px;

}
.box-wrap .mezzcallnowr {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #999999;
    padding: 10px 10px;
	width: 49.5%;
	float:right;
}
.box-wrap .mezzcallnowr .Enquiry {
    margin-left:150px;
	margin-top: 5px;
    background: #909;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'Myriad Pro';
    font-size: 36px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    box-shadow: 6px 7px 5px 2px rgba(123, 104, 123, 0.8);
    -webkit-box-shadow: 6px 7px 5px 2px rgba(123, 104, 123, 0.8);
    -moz-box-shadow: 6px 7px 5px 2px rgba(123, 104, 123, 0.8);
    width: 50%;
    max-width: 270px;
}

/*content pages added 15th February*/
.contentonly .contentpara{
	padding-bottom:12px;
	}
	
.contentonly h2{
padding-bottom:10px;
}

.contentonly ul{
	padding-left:10px;
	list-style-position:inside;
	padding-bottom:10px;
}

.contentonly ol{
	list-style-position:inside;
	padding-left:10px;
	padding-bottom:10px;
}

/*testimonials on product pages*/
.testcontainer { width:450px; border:#000000 thin solid; background-color:#FFFFFF; padding: 10px 5px 5px 5px; margin-top:10px; margin-left:90px; }
.testhead {font:Arial, Helvetica, sans-serif; font-size:18px;}
.testbody {font:Arial, Helvetica, sans-serif; font-size:12px;}
.testname {font:Arial, Helvetica, sans-serif; font-size:10px; text-align:right;}
.testcomp {font:Arial, Helvetica, sans-serif; font-size:10px;}
.testimage{ border:thin; width:430px; padding-top:10px; padding-bottom:10px;}
.testcs{ width:456px; background-color: #990000; color:#CCCCCC; padding:3px; margin-left:90px;}



/*Product pages - July 2017*/
.testrow{
	border-bottom: 1px solid #2B3373;
	padding: 8px;
	width: 100%;
	overflow: hidden;
    position: relative;
}

.testrow .testimageleft{
	width: 25%;
	float: left;
	margin-right: 10px;
}

.testrow .testright{
	width: 98%;
}

.testimonybody {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; font-size: 16px;
margin-right: 0px;
padding-right: 5px;}

.productbullets {
    padding-left: 40px;
    padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
.productbullet li {
    margin-bottom: 10px;
}

.brbutton {
	background-color: red;
	border: 0px;
	color: aliceblue;
	padding: 8px;
}

.textpdf{
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
.pdficon{
	padding: 10px;
	text-align: center;
}
