@charset "UTF-8";
/* CSS Document */

/*defaults*/

html {
    background-color:#094fa3;
}

body {
    width:100%;
    min-height:100%;
    margin:0 auto;
}
p {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 15px 0;
}
p.large {
    font-size:17px;
    width:80%;
    margin:5px auto;
    text-align:center;
}
hr {
    border-top:1px solid #ddd;
    border-left:none;
    border-right:none;
    border-bottom:none;
    margin:60px auto 40px auto;
    width:100%}
.red {
    color:#bb1322}

img {
    max-width: 100%;
    height: auto;
}

/* typography.css */
body {
    font-size:80%;
    color:#545454;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 140%;
}
h1,h2,h3,h4,h5,h5 {
    color:#094FA3}

h1 {
    font-size: 28px;
    line-height:1;
    margin:0 0 20px 0;
    font-weight:normal;
}
h2 {
    font-size: 22px;
    line-height:1;
    margin:16px 0;
    font-weight:normal;
}
h3 {
    font-size: 18px;
    line-height:1;
    margin:16px 0;
    font-weight:normal;
}
h4 {
    font-size: 16px;
    line-height:1.25;
    margin:10px 0 10px 0;
}
h5 {
    font-size:14px;
    margin:16px 0;
}
h6 {
    font-size:13px;
    margin:16px 0;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin:0;
}

p img.left {
    float:left;
    margin:18px 18px 18px 0;
    padding:0;
}
p img.right {
    float:right;
    margin:18px 0 18px 18px;
}
blockquote {
    margin:18px;
    color:#666;
    font-style:italic;
}
strong {
    font-weight:bold;
}
em, dfn {
    font-style:italic;
}
dfn {
    font-weight:bold;
}
abbr, acronym {
    border-bottom:1px dotted #666;
}
address {
    margin:0 0 18px;
    font-style:italic;
}
del {
    color:#666;
}
pre {
    margin:18px 0;
    white-space:pre;
}
pre, code, tt {
    font:12px arial, san-serif;
    line-height:18px;
}
li ul, li ol {
    margin:0 18px;
}
ul, ol {
    margin:0 24px 15px 15px;
    line-height:150%;
    padding:0
}
ul li {
    list-style-type:disc;
}
ol li {
    list-style-type:decimal;
}
dl {
    margin:0 0 18px 0;
}
dl dt {
    font-weight:bold;
}
dd {
    margin-left:18px;
}
table {
    margin-bottom:18px;
}
th {
    font-weight:bold;
}
tr.even td {
    background:#e5ecf9;
}
tfoot {
    font-style:italic;
}
caption {
    background:#eee;
}
.small {
    font-size:.8em;
    margin-bottom:1.875em;
    line-height:1.875em;
}
a {
    color:#094fa3;
    cursor:pointer;
    cursor:hand
}
a:hover {
    color: #666;
    transition: color 0.4s ease-in-out 0s;
}
a.linkTxt {
    color:#1c1c1c;
    line-height:26px;
    font-size:16px}
a.linkTxt:hover {
    color:#094fa3;
    transition: color 0.4s ease-in-out 0s;
}
a.yellow {
    color:#ffcc00}
table.webform td {
    display:block}
table.webform td img,.ct div.captchaimg {
    text-align:left;
    margin:0}
strong {
    font-weight:bold!important;
}
table td {
    vertical-align:top}
table.imgTable td img {
    padding:5px!important;
}
.center {
    text-align:center;
}
.padd10 {
    padding:0 10px}
.padd20 {
    padding:0 20px}
.padd30 {
    padding:0 30px}
.padd40 {
    padding:0 40px}
.padd50 {
    padding:0 50px}
.padd60 {
    padding:0 60px}
.paddTop20 {
    padding-top:20px}
.paddTop40 {
    padding-top:40px}
.paddTop60 {
    padding-top:60px}
.paddBtm20 {
    padding-bottom:20px}
.paddBtm40 {
    padding-bottom:40px}
.paddBtm60 {
    padding-bottom:60px}
.paddR20 {
    padding-right:20px;
}
.marginBtm {
    margin-bottom:20px;
}
.bold {
    font-weight:bold}
.left {
    float:left;
}
.right {
    float:right;
    text-align:right;
}

/*breadcrumbs*/

.breadcrumbs {
    width:45%;
    padding-right:20px;
    font-size:12px;
    color:#999
}

.breadcrumbs a {
    color: #999;
    text-decoration:none;
    font-size:13px;
    padding:0;
}
.breadcrumbs a:hover {
    color: #000;}

/*---------------------------
Site Search 
-------------------------- */

.searchBox {
    width:250px;
    padding:3px 4px;
    margin:6px 0;
    background:transparent;
}
.searchWrap {
    padding:0;
    border:1px solid #8dbef1;
    border-radius:5px;
    position:relative;
}
.searchBox input[type="text"] {
    height:23px;
    width: 75%;
    border:none;
    background:transparent;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    text-indent:5px;
}
.searchBox ::placeholder {
    color:#fff}
.searchBox input[type="submit"] {
    height:23px;
    width: 35px;
    border:none;
    background:transparent;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    cursor:hand;
}
.searchBox input[type="submit"]:hover {
    color:#8dbef1}
::-webkit-input-placeholder {
    color:#8dbef1}
::-moz-placeholder {
    color:#8dbef1}
:-ms-input-placeholder {
    color:#8dbef1}
:-moz-placeholder {
    color:#8dbef1}

#pageTop .ph {
    color:#fff;
    text-align:right;
    padding:15px 20px 0 0;
    height:20px;
    display:inline;
    font-size:16px;
}

/*---------------------------
Content Style 
-------------------------- */
header {
    position:relative;
    width:100%;
    height:auto;
    display:block;
    clear:both;
    padding:5px 0;
    margin:0;
}
.ct {
    padding:40px 30px}
.ct-padd {
    padding:40px 25px}

.content ul#slider {
    padding:0;
    margin:0}

.SearchResult {
    border:1px solid #ddd;
    padding:15px 10px 20px 20px;
}
#pageTop {
    width:100%;
    height:45px;
    clear:both;
    padding:0;
    margin:0;
    background:# url(/wisdom/cssimg/topBG.png) repeat-x 0 0;
}
#pageTop ul {
    margin:0;
    padding:0;
    float:right;
}
#pageTop li {
    list-style:none;
    display:inline;
    float:left;
}


#pageWrap {
    width:100%;
    height:100%;
    margin:0;
    padding:0 0 10px 0;
    background:#eff7ff url(/wisdom/cssimg/bg.jpg) no-repeat top center;
}
/* ---- Hero Banner ------*/
.heroBanner {
    padding:20px 0;
    margin:0 auto;
    clear:both;
    text-align:left;
    background-color:#fff;
}
.logoWrap {
    text-align:center}

.brands img {
    max-width:210px;
    display:inline;
    vertical-align:middle;
    margin:0 auto;
    padding:0 5px;
}
.brands img.img400 {
    max-width:500px}

.brands a,.brandsContainer a {
    text-decoration:none;
}

/* ---- footer brand logos ------*/

.brandsContainer {
    margin:10px auto;
    padding:0;
    height:auto;
    clear:both;
}
.brandsContainer img {
    max-width:150px;
    vertical-align:middle;
    padding:5px;
    margin:0 auto;
}
.brandsContainer img.img200 {
    max-width:160px}

.brandsContainer img.img400 {
    max-width:230px}

.content {
    display:block;
    padding:0;
    margin:0 0 20px 0}

.main {
    padding:0;
    background:#fff;
    text-align:left;
}
.aw {
    font-family: 'FontAwesome';
    color:#eee}
.mobmenu {
    display:none}

.logo {
    width:191px;
    height:106px;
    padding:0;
    float:left;
    margin:0;
    text-align:left;
}
.welcome h1 {
    color: #094fa3;
    font-size: 26px;
    font-weight: lighter;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 125%;
}
.welcome {
    padding:30px 0 0 0}

.welcome a {
    text-decoration:none;
    font-size:16px;
    font-weight:700}
/* ---- button and form style ----- */


.webform {
    margin:20px 0;
    padding:0;
    text-align:center;
    font-size:14px;
}
.item {
    display:block;
    margin:0 0 10px 0;
    padding:0;
}

hr.space1 {
    border: none;
    margin: 40px 0 0 0;
    display: block;
}
hr.space2 {
    border-top: #e8e8e8 1px solid;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0 0 40px 0;
    display: block;
}

.testimonial-wrapper {
    border: #e8e8e8 1px solid;
    padding: 20px;
    position: relative;
}
.testimonial-speech {
    background: url(/css/img/testimonial-speech.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -22px;
    left: 20px;
}

/*---------------------------
Footer Section 
-------------------------- */

.footerInner {
    margin:0 auto;
    height:100%;
    padding:30px 0 20px 0;
    clear:both;
}

.footerLinkWrap {
    height:auto;
    clear:both;
    color:#fff;
    text-align:left;
    padding:0 0 10px 0
}
.footerLinkWrap h3 {
    font-size:17px;
    margin-bottom:15px;
    color:#fff;
    font-weight:700
}
.footerLinkWrap p {
    margin:0 0 10px 0;
    padding:0}
.footerLinkWrap ul {
    margin:0;
    padding:0;
}

.footerLinkWrap li {
    font-size:13px;
    list-style:none;
    color:#fff;
    line-height:1.5;
    padding:0;
}
footer a {
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    cursor:hand;
}
footer a:hover {
    color:#ffcc00
}

.borderTop {
    border-top:1px solid #8dbef1;
    color:#fff;
    padding:20px 0;
}


/*---------------------------
Home page Quick links 
-------------------------- */
body.sub ul.links li {
    display:inline;
    height:120px;
    margin:0 10px;
    list-style:none;
}
body.sub ul.links {
    margin:0;
    padding:0;
}

.quickLinksContainer {
    display:block;
    height:auto;
    padding:30px 10px;
    clear:both;
    background:#cee8ff url(/wisdom/cssimg/blue-bg.png) repeat-x top center;
}
ul.quickLinks {
    margin:0!important;
    padding:0!important;
}
ul.quickLinks a {
    display:block;
    color:#094fa3;
    text-decoration:none;
    font-weight:700;
}
ul.quickLinks li {
    list-style:none;
    margin-bottom:25px;
}

ul.quickLinks .img {
    background-color:#fff;
    margin-bottom:14px;
    overflow:hidden;
    border-bottom:2px solid #cee8ff;
}
ul.quickLinks .img img {
    width:100%;
}
.quickLinks .quickLinksBody {
    background-color:#fff;
    min-height:280px;
    text-align:center;
}
ul.quickLinks h3 a {
    font-size:18px;
    font-weight:normal;
    color:#094fa3;
    text-decoration:none
}

ul.quickLinks h3 a:hover {
    color:#999;
}

ul.quickLinks h3 {
    margin:0;
    padding:0;
}

ul.quickLinks p {
    padding:0;
    margin:10px auto;
    line-height:135%;
    width:92%
}

/*module defaults*/

.blog-post {
    border-bottom:1px solid #ddd;
    padding:0 0 40px 0}
.booking-list {
    margin: 0 0 20px;
    padding: 10px 0 15px;
}
.blog-post h2.post-title {
    margin: 0 0 20px;
    padding:0;
    font-size:23pt;
    text-transform:none;
    letter-spacing:0}
.blog-post .post-details {
    font-size:0.95em;
}
.blog-details {
    display: block;
    float: left;
    width: 100%;
}
.blog-post .post-details {
    margin-top: 10px;
}
.post-list {
    padding-right:30px}
.blog-details div {
    border-radius: 3px;
    color: #222;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 15px 0;
}
.blog-details div i {
    margin-right: 5px;
}
.blog-aside {
    margin-bottom: 30px;
}
.BlogTagCloud a {
    background: none repeat scroll 0 0 #f8f8f8;
    border-radius: 3px;
    color:#222;
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 10px;
    font-size:12pt;
}

.info-section {
    float: left;
    width: 30%;
}
.info-section p {
    padding-right: 15px;
}
.formWrap {
    padding:20px;
    background:#f2f2f2}
.formWrap input.text {
    padding:10px;
    width:94%;
    font-size:14px;
    background:#fff;
    margin:5px 5px 5px 0}

/*=======================================================================
*	Menu Style
*======================================================================= */
.col-L h3 {
    margin:0 0 20px 10px;
    color:#094fa3;
}
#nav2 {
    margin-left:10px}
#nav2 ul {
    margin: 0 0 30px 0;
    padding: 4px 0 0 0;
    border-top: 4px solid #094fa3;
    
}
#nav2 li {
    display: block;
    list-style: none;
    font-size: 14px;
    line-height: 125%;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}
#nav2 li a {
    text-decoration: none;
    color: #000;
}
#nav2 li a:hover {
    color:#094fa3}
ul.sf-menu {
    list-style:none;
    float: right;
    margin: 0;
    z-index: 990;
    position: relative;
}

nav {
    position:relative;
    padding:40px 0 0 0;
    margin:0;
}
.sf-menu    {
    padding:0;
    margin:0;
}
.sf-menu li.has-sub a:after {
    content:  ' +';
    color:#999}
.sf-menu li.has-sub a:only-child:after {
    content: '';
}
.sf-menu a {
    color: #000;
}
.sf-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sf-menu li {
    position: relative;
}
.sf-menu a {
    display:block;
    text-decoration: none;
}
.sf-menu a:hover {
}

/*================================>> 1 Level <<========================================*/
.sf-menu li {
    display: inline-block;
    vertical-align: top;
    margin:0;
    /* solve the 4 pixels spacing between list-items */
}
.sf-menu li.last a {
    border-right:none}

.sf-menu li:first-child {
    margin-left: 0;
}
.sf-menu li a {
    color: #000;
    font-size: 16px;
    padding:15px;
    text-decoration:none;
    font-weight:400;
}
.sf-menu li a:hover {
    color:#094fa3;
    transition: color 0.5s ease;
}
.sf-menu li.selected a {
    color:#094fa3;
    transition: color 0.5s ease;
}
/* Display Dropdowns on Hover */
.sf-menu li:hover ul {
    display:block;
}

/*================================>> 2 Level <<========================================*/
.sf-menu > li > ul {
    background:#fff;
    box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
    padding:0;
    margin:0;
    transition: all 0.25s ease-out 0s;
    min-width: 170px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}
.sf-menu > li:hover > ul {
    display: block;
}
.sf-menu ul li {
    text-transform: none;
    letter-spacing: 0;
    line-height: 135%;
    text-align:left;
    display:block;
    border-bottom: #e8e8e8 1px solid;
}
.sf-menu ul li a {
    padding: 10px 20px;
    background: #fff;
    font-size: 15px;
    color:#1c1c1c;
    border-right:none;
    text-transform:none;
    letter-spacing:0;
    line-height: 135%;
}
.sf-menu ul li a:hover {
    background-color:#f2f2f2;
    transition: background-color 0.5s ease;
    color:#094fa3}
.sf-menu > li.selected > ul >li a {
    color:#1c1c1c;
}
.sf-menu > li.selected > ul >li a:hover {
    background-color:#f2f2f2;
    transition: background-color 0.5s ease;
    color:#094fa3}

/*================================>> 3 Level <<========================================*/
.sf-menu > li > ul > li > ul {
    text-align: left;
    display: none;
    background:#fff;
    padding:10px;
    -moz-box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.4);
    box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.4);
    text-align: left;
    min-width:180px;
    position: absolute;
    left: 99%;
    top: -10px;
    z-index: 9999999;
}
.sf-menu > li > ul > li:hover > ul {
    display: block;
}
.sf-menu ul ul li {
}
.sf-menu ul ul li a {
    font-size:14px;
    padding:0 7px;
    color:#1c1c1c;
}
.sf-menu ul ul li a:hover {
    color:#094fa3}
/*================================================= */
/* Product Enquiry Form
================================================== */

.formWrap {
    width:90%;
    height:auto;
    padding:0;
    margin:20px 0 0 0;
    clear:both;
}

.formWrap fieldset {
    width:95%;
    padding:10px 4px 15px 16px;
    font-size:0.9em;
    font-family:arial,san-serif;
    border:1px solid #094FA3;
    border-radius:8px;
    -moz-border-radius:8px;
}

.formWrap legend {
    font-size:18px;
    padding:0 10px 0 5px;
    color:#094FA3;
}

.info-form .row, .info-form .row2 {
    padding:0;
    margin:4px 0 4px 0;
    clear:both;
}

.info-form input.small {
    width: 71%;
    height:20px;
    padding: 5px;
    color: #444;
    border:none;
    background:#f2f2f2;
}

.info-form input.text {
    padding: 5px;
    width: 93%;
    height:20px;
    margin-bottom:4px;
    color:#444;
    border:none;
    background:#f2f2f2;
}

.info-form textarea {
    width:93%;
    font-size: 12px;
    padding:5px;
    font-family:arial,san-serif;
    padding:4px;
    color:#444;
    border:none;
    background:#f2f2f2;
}

.info-form input.subject {
    width:93%;
    height:20px;
    background:transparent;
    border:none;
    font-size: 12px;
    font-family:arial,san-serif;
    padding:0;
    color:#094FA3;
}
.content input[type="submit"] {
    margin: 15px 0;
    background: #094FA3;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    border:1px solid #094FA3;
    font-size:16px;
}
.content input[type="submit"]:hover {
    background: #999;
    border:1px solid #999;
}

/*---------------------------
Contact Form 
-------------------------- */

.contactForm {
    padding:0;
    width:100%;
}

.contactForm ul {
    margin:0;
    padding:0;
}
.contactForm li {
    list-style:none;
    display:block;
    
    margin:0 0 8px 0;
}
.content input[type="text"],
.content input[type="email"],
input[type="password"] {
    outline: none;
    -webkit-box-shadow: inset 3px 4px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 3px 4px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 3px 4px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #999;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    line-height: 15px;
    width: 96%;
    height: 35px;
    font: 500 14px/24px "arial", sans-serif;
    margin:5px 0;
}

::placeholder {
    color:#444}

textarea {
    outline: none;
    -webkit-box-shadow: inset 3px 4px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 3px 4px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 3px 4px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #999;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    line-height: 15px;
    width: 96%;
    min-height: 180px;
    font: 500 14px/24px "arial", sans-serif;
    margin:5px 0;
}


/*---------------------------------------------------------------------------------------
Product Catalogue Style 
--------------------------------------------------------------------------------------- */
body.product .breadcrumbs {
    width:100%;
    padding: 0;
    margin:0 0 10px 0;
    font-size: 12px;
    color: #999;
}
.catalogueItemNotFound,.productItemNotFound {
    display:none}
.shop-main .shop-body {
    margin:30px 0}

ul.productfeaturelist .productItem,
ul.productSmall .productItem,
ul.catalogueList .catalogueItem {
    margin: 0 25px 25px 0;
    width: 30.5%;
    vertical-align: top;
    display:inline-block;
}
ul.productSmall .productItemLast,
ul.catalogueList .catalogueItemLast {
    margin: 0 0 25px 0;
    width: 30.5%;
    vertical-align: top;
    display:inline-block;
}

/*----- Small product ---------*/
.shop-product-small {
    min-height: 200px;
    margin: 0;
    text-align: center;
    padding:10px;
    border:1px solid #ddd;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}
.shop-product-small h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    min-height: 36px;
    padding: 10px 0 0 0;
}
.shop-product-small h5 a {
    text-decoration:none}
.shop-product-small li {
    margin:0!important;
    float:none!important;
}
.shop-product-small li.name a {
    font-size:12px;
    line-height:115%;
    color:#000;
}
.shop-product-small li.name a:hover {
    color:#666;
}

.shop-product-small li.buy a {
    color:#094fa3;
    font-size:13px;
}
.shop-product-small li.buy a:hover {
    color:#666;
}

.shop-product-small .image {
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding:5px 0 0 0;
}
.shop-product-small .image img {
    max-height:140px;
}

/*----- Small catelogue ---------*/
.shop-catalogue {
    min-height: 200px;
    margin: 0;
    padding:10px;
    border:1px solid #ddd;
    border-radius:15px;
}
.shop-catalogue h4 {
    font-size: 14px;
    margin:5px 0;
    text-align:center;
}

.shop-catalogue h4 a {
    text-decoration: none;
}

.shop-catalogue .image {
    /* Image size should be 150px by 120px */
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.shop-catalogue .image img {
    max-height:170px;
}
/*----- large product ---------*/
.hideOnWisdom {
    display:none}

.shop-product-large {
    margin: 0;
    padding:0;
}
.shop-product-large h1 {
    font-size:20px;
    line-height:130%;
    color:#094fa3;
    font-weight:700;
    margin:0 0 20px 0;
    padding:0;
    text-align:left;
}
.shop-product-large .image {
    display:block;
    margin:0 0 10px 0;
}
td.productPopletsItem img {
    padding:5px 5px 5px 0;
}

.pagination a {
    padding:0 10px 0 10px;
}
table.productPoplets {
    width:auto;
    text-align:center;
    margin:0 auto;
}
.poplets {
    text-align:center;
}
.description ul {
    margin:0 0 24px 10px}
.description li {
    list-style:disc;
    line-height:135%;
    padding:0 0 5px 0}

/************* media queries **************/
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1024px) {
    .imgWrapOuter {
        width:220px;
        height:165px;
    }
    .brandsContainer img {
        max-width:180px;
    }
    .brandsContainer img.img200 {
        max-width:150px}
    .brands img {
        max-width:200px;
    }
    .brands img.img200 {
        max-width:200px;
    }
    .brands img.img400 {
        max-width:500px;
    }
    ul.productfeaturelist .productItem {
        margin: 0 22px 25px 0;
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    .mobmenu {
        display:block;
    }
    nav {
        display:none
    }
    .logo {
        text-align:center;
        float:none;
        margin:0 auto;
        width:100%
    }
    .brands img {
        max-width:150px;
    }
    .brands img.img200 {
        max-width:200px;
    }
    .brands img.img400 {
        max-width:350px;
        margin:0;
        padding:0;
        overflow:hidden;
    }
    .quickLinks .grid-25 {
        width:50%;
        float:left}
    .footerLinkWrap .grid-20 {
        width:33%;
        float:left}
    .heroBanner .grid-45 {
        width:100%}
    .heroBanner .grid-55.welcome {
        width:96%;
        padding-left:40px}
    footer .left,footer .right {
        float:none;
        display:block;
        width:100%;
        text-align:center;
    }
    .footerLinkWrap iframe {
        text-align:left;
        display:block}
    
    .grid-25.col-L {
        width:100%}
    .grid-75.col-R {
        width:100%}
    .ct-padd {
        padding:30px 20px}
}
@media screen and (max-width : 767px){
    .col-L h3 {
        margin: 0 0 20px 0;
    }
    #nav2 {
        margin-left: 0;
    }
    .ct {padding:20px 25px;}
    .ct-padd {
        padding:20px 10px}
    
    ul.productfeaturelist .productItem,
    ul.productSmall .productItem,
    ul.catalogueList .catalogueItem {
        width: 100%;
        display:block;
    }
    ul.productSmall .productItemLast,
    ul.catalogueList .catalogueItemLast {
        width: 100%;
        display:block;
    }
    .shop-product-small,.shop-catalogue {
        margin: 0;
    }
}

@media screen and (max-width : 479px) {
    header {
        padding:0}
    
    #pageTop .searchBox {
        display:none}
    .system-error-message, .system-message {
        background-size: 46px auto;
        background-position: center 26px;
    }
    
    .system-message, .system-error-message {
        padding-left: 30px;
        padding-top: 25px;
    }
    
    h1 {
        font-size:24px;
    }
    h2 {
        font-size:20px;
    }
    h3 {
        font-size:18px;
    }
    h4 {
        font-size:16px;
    }
    #pageTop .ph {
        padding:15px 0 0 0}
    .ct-padd img {
        float:none;
        max-width:100%;
        margin:0 0 20px 0;
        padding:0;
        text-align:center;
    }
    .paddR20 {
        padding:0}
    .brands img {
        max-width:100px;
    }
    .brands img.img200 {
        max-width:120px;
    }
    .brands img.img400 {
        max-width:100%;
        display:block
    }
    .brandsContainer img {
        max-width:100px;
    }
    .brandsContainer img.img200 {
        max-width:120px}
    
    .brandsContainer img.img400 {
        max-width:200px}
    .quickLinks .grid-25,.footerLinkWrap .grid-20 {
        width:100%}
    .footerLinkWrap li {
        padding:0}
    footer span {
        display:block}
    .heroBanner .grid-55.welcome {
        width: 98%;
        padding-left: 20px;
    }
    .grid-65.details {padding:0}
}

/* =======================
@Font Face
======================= */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.0.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), 
    url('fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), 
    url('fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), 
    url('fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('fonts/Roboto-Condensed-webfont.eot');
    src: url('fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Condensed-webfont.woff') format('woff'),
    url('fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

