﻿@charset "utf-8";
/* Creative eWorld CSS*/

@font-face {
    font-family: 'source_sans_prolight';
    src: url('sourcesanspro-light.eot');
    src: url('sourcesanspro-light.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-light.woff') format('woff'),
         url('sourcesanspro-light.ttf') format('truetype'),
         url('sourcesanspro-light.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular.eot');
    src: url('sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular.woff') format('woff'),
         url('sourcesanspro-regular.ttf') format('truetype'),
         url('sourcesanspro-regular.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold.eot');
    src: url('sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold.woff') format('woff'),
         url('sourcesanspro-semibold.ttf') format('truetype'),
         url('sourcesanspro-semibold.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proextralight';
    src: url('SourceSansPro-ExtraLight-webfont.eot');
    src: url('SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-ExtraLight-webfont.woff2') format('woff2'),
         url('SourceSansPro-ExtraLight-webfont.woff') format('woff'),
         url('SourceSansPro-ExtraLight-webfont.ttf') format('truetype'),
         url('SourceSansPro-ExtraLight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, sub, tt, var,
b, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #676767;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* common */
a,
a:link, 
a:visited,
a:active
{
	background-color: none;
	color: #3a3a3a;
	/*transition: all 0.5s ease-in-out 0s;*/
	text-decoration: none;
}

a:hover,
#footer a:hover,
#footer .credits a:hover,
a.plink:hover,
.paging a:hover,
a.email:hover,
#breadcrumbs a:hover
{	
	color: #000;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

.clr {
	clear: both;
}

.clr2 {
	clear: both;
	height: 10px;
}

body, html
{
	color: #676767;
	font-size: 16px;
	font-weight: normal;
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
	height: 100%;
	margin: 0 0 40px 0;
}

h1 {
	color: #2c2c2c;
	font-size: 29px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #2c559e;
	font-size: 26px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	background: #258cb9;
	padding: 5px 10px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #000;
	margin: 0;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	color: #000;
	margin: 0;
	font-weight: normal;
}

h6 {
	font-size: 17px;
	color: #676767;
	margin: 0;
	font-weight: normal;
}

#footer, #content, #sub-banner, #header, #sub-header, #menu-wrapper, #banner-wrapper, #footer .credits {
	width: 100%;
	margin: 0 auto;
}

#header .content,  #content .home, #footer .content, #site-map, #content .subpage, #menu {
	width: 990px;
	margin: 0 auto;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #cecece;
	font-size: 14px;
	color: #888 !important;
	padding: 8px 5px;
	width: 335px;
	background: none;
	z-index:1 !important;
	/*behavior: url(include/PIE.htc);*/
	position: relative;
	
}

input[type="text"].short {
	width: 36px;
	padding: 5px 5px 4px 5px;
	text-align: center;
	border-right: none;
	color: #b6b6b6 !important;
}

input[type="text"].short2 {
	width: 50px;
	position: static !important;
	font-size: 14px;
	border: none;
	padding: 5px;
	padding-right: 20px;
	text-align: center;
}

input[type="text"].short4 {
	width: 80px;
}

input[type="text"].short3 {
	width: 240px;
}

textarea {
  height: 85px;
}

select {
	width: 349px;
	height: 35px;
}

select.day {
  	width: 75px;
	line-height: 30px;
	padding: 8px 5px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #191818 !important;
}

select.month {
  	width: 140px;
	line-height: 30px;
	padding: 8px 5px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #191818 !important;
}

select.year {
  	width: 120px;
	line-height: 30px;
	padding: 8px 5px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #191818 !important;
}

a.btn-enq {
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #f6d0cd;
	background: #c4261d;
	padding: 5px 8px;
	display: inline-block;
	text-transform: uppercase;
}

.btn-upd {
	border: none;
	cursor: pointer;
	background: #2c559e;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
	
}

.btn-cont {
	
}

a.back, a.btn {
	font-size: 14px;
	color: #fff;
	background: #1695ee;
	display: inline-block;
	padding: 0 10px;
}

.btn-submit {
	border: none;
	cursor: pointer;
	background: #3480d2;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
}

.btn-enq:hover, .btn-cont:hover, .btn-upd:hover, .btn-submit:hover, a.back:hover, a.btn:hover {
	background: #000;
}

th {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
}

p {
	line-height: 22px;
	margin-bottom: 20px;
	text-align: justify;
}

strong {
	font-weight: normal;
}

hr {
	border: none;
	border-top: 1px solid #c9c9c9;
	height: 1px;
	margin: 10px 0;
}

a.rmore {
	color: #135fb8;
	font-size: 13px;
	text-transform: lowercase;
	
}

a.rmore:hover {
	color: #000000;	
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

#home .content {
	color: #414141;
	font-size: 18px;
	padding: 10px 0 15px 0;
	line-height: 150%;
}

small {
	color: #c4261d;
	font-size: 13px;
}

img { vertical-align:top;} 

a.email {
}

a.enquiry {
	color: #ffffff;
	background: #2c559e;
	padding: 2px 5px;
	border: 1px solid #d9d9d9;
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
}

a.enquiry:hover {
	background: #000;
}

a.dlink {
	color: #2c559e;
	font-size: 16px;
	padding: 5px 10px;
	background: #f4f4f4;
	border: 1px solid #dddddd;
}

a.dlink:hover {
	color: #000;	
}

a.dlink img {
	vertical-align: middle !important;
	margin-right: 4px;
}

.prod-brand {
	color: #676767;
	font-size: 18px;
	display:block;
}

.prod-name {
	color: #676767;
	font-size: 14px;
}

em {
	color: #535353;
	font-size: 12px;
}

a.vmore {
	color:#fff;
	font-size: 16px;
	background: url(../images/vmore.png) 0 3px no-repeat;
	display: inline-block;
	padding: 0 5px;
	width: 75px;
}

a.vmore:hover {
	color: #ddd;	
}

/* end common */

#wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 990px;
}

/* Header */

#header {
	padding: 20px 0 0 0;
}

#header .lft {
  float: left;
  width: 740px;
}

#header .rgt {
	float: right;
	position: relative;
	width: 250px;
	text-align: right;
}

#header .content {
	padding: 0;
}

#header .logo {
}

#header .btn-search {
  background: url("../images/icon-search.png") no-repeat;
  border: medium none;
  cursor: pointer;
  height: 22px;
  position: relative;
  width: 20px;
  z-index: 4 !important;
  outline: none;
}

#header .search-style {
	border:none;
	color: #5aabcc !important;
	font-size: 18px;
	margin: 0;
	padding: 0 5px;
	width: 190px;
	outline: none;
	background: none;
	position: relative;
	box-shadow: none;
	text-transform: uppercase;
}

.search-btn-wrapper {
	background: #fff;
	display: inline;
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	z-index: 1 !important;
	width: 280px;
	padding: 8px;
	top: 0px;
	position: relative;
	behavior: url(include/PIE.htc);
}

/* end Header */

/*Navigation*/

#menu-wrapper {
	margin-top: 25px;
	background: url(../images/menu-bg.png) repeat-x;
}

#menu {
}

#menu li {
  float: left;
 /* padding: 8px 35px;*/
  position: relative;
  border-left: 1px solid #fff;
}

#menu li:first-child {
	margin: 0;
	border: none;
}

#menu ul a {
	color: #515151;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding: 10px 61px;
	display: block;
}

#menu ul li.selected a, #menu ul li:hover a, #menu ul a:hover {	
	text-decoration: none;
	background: #2c559e;
	color: #fff;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
}


/* Root Menu Hover Persistence */
ul#nav a:hover,
ul#nav li:hover a {
}

/* 2nd Menu */

ul#nav ul {
	display: none;
	background: none repeat scroll 0 0 #c1c1c1 !important;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	z-index: 9999 !important;
}


ul#nav ul li:before {
	content: none;	
}

#menu ul#nav ul li:first-child {
	top: 0;
	padding: 0;
}

#menu ul#nav ul li { 
	width: 205px;
	display: block; 
	margin:0;
	border: none;
	border-top: 1px solid #fff;
	background-image: none;
	background: #c1c1c1 !important;
}

ul#nav ul li:hover {
	background-image: none;
}

ul#nav ul li a {
	color: #fff !important;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	text-transform: none;
	padding: 2px 15px 2px 15px;
	background: #c1c1c1 !important;
}

#menu ul#nav ul li a {
	padding: 2px 15px 2px 15px;
	border-radius: 0 !important;
}


ul#nav ul li a:hover {
	color: #ffffff !important;
	background: #2c559e !important;
	border-radius: 0 !important;
}

ul#nav ul li a:after {
} 

ul#nav li:hover li:last-child a {
	border-bottom: none;
}

ul#nav li:hover li a.third-level,
ul#nav li.iehover li a.third-level {
	
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a {
	z-index: 500 !important;
}

/* 3rd Menu */

ul#nav ul ul,
ul#nav ul ul ul { 
	background: #f49334;
	top: -1px; 
	left: 230px; 
	float:left;
	padding: 0;
	border: 1px solid #fff;
}

ul#nav ul ul li,
ul#nav ul ul ul li,
ul#nav ul ul li:first-child {
	width: 140px;
}

ul#nav ul ul li a,
ul#nav ul ul ul li a,
ul#nav ul ul li:first-child a {
}

ul#nav ul ul ul li:hover {
	background-image: none;
	background: #0f4987;
  
}
 
ul#nav li:hover li:hover li a {
  
}

ul#nav li:hover li:hover li:last-child a {	
}

/* 3rd Menu Hover Persistence */
ul#nav ul ul li:hover,
ul#nav ul ul ul li:hover {
	cursor: pointer;
}

ul#nav li:hover li:hover li a:hover,ul#nav li:hover li:hover li:hover a,ul#nav li.iehover li.iehover li a:hover,ul#nav li.iehover li.iehover li.iehover a {
	cursor: pointer;
	z-index: 500!important;
}

/* 4th Menu  */
ul#nav li:hover li:hover li:hover li a,ul#nav li.iehover li.iehover li.iehover li a {
   text-align:left;
 	margin-left:0px;
	width: 120px;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,ul#nav li.iehover li.iehover li.iehover li a:hover {
background: #000000;
 	color:#ffffff;
}

/* Hover Function - Do Not Move */
ul#nav li:hover ul ul,ul#nav li:hover ul ul ul,ul#nav li.iehover ul ul,ul#nav li.iehover ul ul ul { display: none; }
ul#nav li:hover ul,ul#nav ul li:hover ul,ul#nav ul ul li:hover ul,ul#nav li.iehover ul,ul#nav ul li.iehover ul,ul#nav ul ul li.iehover ul { display: block; }

/* end menu */

/*end Navigation*/

/*Footer*/

#footer {
	margin: 0 auto 0 auto;
	padding: 10px 0;
	z-index: 4 !important;
	/* sticky footer */
	bottom: 0;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	min-width: 990px;
	border-top: 1px solid #d5d5d5;
}

#footer .content, #footer .content a {
	font-size: 11px;
	color: #9f9f9f;
	text-align: right;
}

#footer a:hover {
	color: #000;
}

/* end Footer*/

/* Home content area */

#banner-wrapper {
	width: 100%;
	height: 419px;
	overflow: hidden;
	min-width: 990px;
	position: relative;
  	border-bottom: 15px solid #f0f0f0;
  	background: url("../images/banner-bg.png") no-repeat center center #ffffff;
}

#banner {
  height: 419px;
  margin: 0 auto;
  width: 990px;
  min-width: 990px;
  overflow: hidden;
}

#content .home {	
	padding: 40px;
	line-height: 24px;
}

#content .home .next, #content .home .prev {
	width: 17px;
	height: 48px;
}

#home-featured li {
	list-style: none;
	background: none;
	padding: 0;
	width: 148px;
	border: 1px solid #ddd;
	margin-left: 10px;
}

#home-featured-wrapper {
	background: url(../images/brandsbg.png) repeat-x;
	padding: 23px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

/* End Home content area */

/* Sub page content */

#content {
	padding: 0;
	min-width: 990px;
}

#content.subpage {
	border-top: 8px solid #258cb9;
	background: url(../images/subpage-bg.png) repeat-x;
}

#content .subpage {
	padding: 30px;
}

.outline {
	border: 1px solid #d9d9d9;	
}

.outline2 {
	border: 1px solid #d0d0d0;
	
}

.outline3 {
	border-bottom: 2px solid #ffffff;
	
}

.outline4 {
	border: 2px solid #e7e7e7;
	
}

#side-menu {
	float: left;
	width: 105px;
	margin-right: 65px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
	
}

#content #side-menu li {
	background: url(../images/bullet.jpg) no-repeat 0 11px !important;
	padding: 0 0 0 10px;
	border-top: 1px solid #ddd;
}

#side-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#side-menu li {
}

#content #side-menu li:first-child {
	border-top: 0;
}

#content #side-menu li:first-child a {
	border-top: 0;
}


#content #side-menu li.last {
	border-bottom: none;
}

#side-menu li a {
	color: #000000;
	font-size: 16px;
	display: block;
	padding: 5px 0 5px 0;
}

#side-menu li a:hover, #content #side-menu ul.topnav ul li.selected, #content #side-menu ul.topnav ul li.selected a {
	color: #2c559e;
}

#side-menu li.active-state ul li a, #side-menu li.active-state ul li.active-state a {
	
}

#content #side-menu ul.topnav ul {
	margin-bottom: 5px;
}

#content #side-menu ul.topnav ul li {
	padding: 0 0 2px 0;
	background: none !important;
	border: none !important;
}

#content #side-menu ul.topnav ul li:first-child {
	border: none;
}

#content #side-menu ul li ul a:hover, #content #side-menu ul li ul li a.selected, #content #side-menu li.active-state ul li a.selected {
	 
	color: #2c559e;
}

#side-menu ul li ul a:hover, #side-menu ul li ul li a {
	text-transform: none;
}

#side-menu ul.topnav ul li {
	color: #585858;
	margin-bottom: 0;
}

#side-menu ul.topnav ul {
  display: none;
  position: relative;
}


#side-menu ul.topnav li:first-child  ul {
  display: block;
}

#side-menu ul.topnav ul li {
	margin-top: 0;
	border-top: 1px solid #595959;
	list-style: initial;
}

#side-menu ul.topnav ul li a {
  display: inline;
  font-size: 14px;
  color: #676767;
  line-height: 100%;
  padding: 0;
}

#content #side-menu ul.topnav ul li.active a {
  color: #2c559e;
}

#side-menu h1 {
	margin-top: 0;	
}

#side-menu ul.topnav span {
	float: right;
	margin-top: 6px;
}


.paging a {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

.paging a img {
	vertical-align: middle;
}

.paging a.btn {
	color: #a0a0a0;
	background: none;
	padding: 5px 15px;
	display: inline-block;
	border: 1px solid #d1d1d1;
	border-left: none;
}

.paging a.btn-selected, .paging a.btn:hover {
	color: #fff;
	background: #c4261d;
	border: 1px solid #d1d1d1;
	border-left: none;
	padding: 5px 15px;
	display: inline-block;
}

.paging a.btn-first {
	border: 1px solid #d1d1d1 !important;
	margin-left: 10px;
}

.paging a.btn-last {
	margin-right: 10px;
}

a.plink {
}

a.plink img {
	/*border: 1px solid #e8e8e8;
	min-width: 243px;
	min-height: 244px;*/
	max-width: 243px;
	max-height: 244px;
}



#breadcrumbs {
	font-size: 18px;
	color: #aeadad;	
}

#breadcrumbs a {
	padding: 0 5px;
	color: #3480d2;	
}

#breadcrumbs a.selected  {
	color: #535353;
}

#enq-input {
	padding: 10px;
	border: 1px solid #e8e8e8;
}

a.sign-in {
	color: #878787;
	font-size: 12px;
	text-decoration:underline;
}

a.sign-in:hover {
	color: #494949;
}

#content .subpage ul li {
	background-image: url("../images/bullet2.jpg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
}

#content .subpage ul li:first-child {
	border-top: none;
}

#content .contact {
}
/* End of sub page content */


/* Transitions */

a,
a:link, 
a:visited,
a:active,
a:hover, 
a:focus,
#footer input[type="button"]:hover,
#footer input[type="button"],
#menu li,
#menu li:hover a,
input[type="submit"],
input[type="reset"],
input[type="submit"]:hover,
input[type="reset"]:hover,
#side-menu ul.topnav a:hover, 
#side-menu ul.topnav a:hover span,
#home-content .prods a,
a.ulink:hover,
a.ulink,
#content.contact a:hover,
#content.contact a
{
	transition: all 0.5s ease-in-out 0s;
}

#menu.preload *,
#banner.preload *,
#lightbox .lb-nav *,
.nivo-html-caption,
.nivo-controlNav a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

/* End of Transitions */

/* Set fonts */

#menu ul a 
{
	font-family: 'source_sans_prolight', Arial, Helvetica, sans-serif;	
}

#header .search-style,
#slider .caption-title
{
	font-family: 'source_sans_proextralight', Arial, Helvetica, sans-serif;
}

th,
h4,
h5,
h6
{
	font-family: 'source_sans_prosemibold', Arial, Helvetica, sans-serif;
}

.btn-upd
{
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;
}
/* End set fonts */


/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.btn-search {
		top: 2px;
	}
}

/* Safari only override */
::i-block-chrome,.btn-search {
	
}

::i-block-chrome, #menu li:first-child {
}

::i-block-chrome, select {
}

/* Firefox */
@-moz-document url-prefix() {
	#menu ul a {
		padding: 10px 62px;
	}
}


.imgcontainer {
    position: relative;
    width: 243px;
    height: 244px;
    background:#ffffff;
   
}

    .imgcontainer .image {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        margin: auto;
        display: block;
        transition: .5s ease;
        backface-visibility: hidden;
        opacity: 1;
    }
    




.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    content: url(../images/icon-magnify.png);
}

/*.imgcontainer:hover {
    text-align: center;
    content: url(../images/icon-magnify.png);
    z-index: 99999 !important;

}*/

    .imgcontainer:hover .image {
        opacity: 0.6 !important;
        
    }

.imgcontainer:hover .middle {
    opacity: 1 !important;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}