﻿@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 20 May 2015)*/
   
/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, 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, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
	color: #163885;
	outline:0;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	text-decoration: none;
}
a:hover, a:focus {
		text-decoration: none;
	color:#092668;
	ie-dummy: expression(this.hideFocus=true);
}

 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #878787;
}
/* <a> link with class */

a.btn {
}

a.btn:hover {
}

/* Font Embed */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light_0-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayheavy';
    src: url('../fonts/raleway-heavy-webfont.woff2') format('woff2'),
         url('../fonts/raleway-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* HTML */

html {
	position: relative;
	min-height: 100%;
}
body {
	background: #ffffff;
	color: #1f1f1f;
	font:normal 14px 'robotolight', Arial, sans-serif;
	line-height: 20px;
	height: auto;
	margin: 0;
	padding-bottom: 90px;
	overflow-x: hidden; 
}

td {
	position: relative;
}

p {
	margin-bottom: 20px;
	font-weight: normal;
}

.clear {
	clear: both;
}

/* spacing  */
.spacing-top1 {
	margin-top: 7%;
}
.spacing-top2 {
	margin-top: 4% !important;
}
.spacing-top3 {
	margin-top: 1%;
}
.spacing-bottom1 {
	margin-bottom: 7%;
}
.spacing-bottom2 {
	margin-bottom: 4%;
}
.spacing-bottom3 {
	margin-bottom: 1%;
}

.spacing-top-bottom1 {
	margin-bottom: 7%;
}
.spacing-top-bottom2 {
	margin-bottom: 4%;
}
.spacing-top-bottom3 {
	margin-bottom: 1%;
}

.spacing-side {
	padding-right:	20px;
	padding-left: 20px;
}
.spacing-side2 {
	padding-right:	10px;
	padding-left: 10px;
}
.spacing-right {
	padding-right: 3px;
}
.spacing-left {
	padding-left: 8px;
}
.spacing-noleft {
	padding-left: 0;
}
.spacing-noright {
	padding-right: 0;
}
 @media (max-width: 991px) {
.spacing-bottom-mb1 {
	margin-bottom: 6% ;
}
.spacing-bottom-mb2 {
	margin-bottom: 4%;
}
.spacing-bottom-mb3 {
	margin-bottom: 2%;
}
.spacing-top1 {
	margin-top: 6%;
}
.spacing-top2 {
	margin-top: 4%;
}
.spacing-top3 {
	margin-top: 2%;
}
.spacing-bottom1 {
	margin-bottom: 6%;
}
.spacing-bottom2 {
	margin-bottom: 4%;
}
.spacing-bottom3 {
	margin-bottom: 2%;
}
}
 @media (max-width: 767px) {
.spacing-top1 {
	margin-top: 7%;
}
.spacing-top2 {
	margin-top: 5%;
}
.spacing-top3 {
	margin-top: 3%;
}
.spacing-bottom1 {
	margin-bottom: 7%;
}
.spacing-bottom2 {
	margin-bottom: 5%;
}
.spacing-bottom3 {
	margin-bottom: 3%;
}
}
 @media (max-width: 540px) {
.spacing-top1 {
	margin-top: 8%;
}
.spacing-top2 {
	margin-top: 6%;
}
.spacing-top3 {
	margin-top: 4%;
}
.spacing-bottom1 {
	margin-bottom: 8%;
}
.spacing-bottom2 {
	margin-bottom: 6%;
}
.spacing-bottom3 {
	margin-bottom: 4%;
}
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.clear_padleft {
	padding-left: 0 !important; }
	
.clear_padright {
	padding-right: 0 !important; }
	
/* Basic Fonts */

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1, h1 a, h1 a:link {
	font-size: 40px;
	color: #092668;
	line-height: 47px;
	margin: 0px 0px 10px 0px;
}

h1 a.title_small {
	font-size:14px;
}

h2, h2 a, h2 a:link {
	font-size: 25px;
	color: #1342af;
	line-height: 30px;
	margin: 0;
}

h3, h3 a, h3 a:link {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #4f4f4f;
}

h4, h4 a, h4 a:link {
	font-size: 25px;
	color: #1342af;
	line-height: 30px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 13px;
	color: #4f4f4f;
	line-height: 20px;
	text-align:center;
	padding:10px 0px 0px 0px;
	font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h6 {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 20px;
	text-align:center;
	padding:10px 0px 0px 0px;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;	
}

.font16px {
	font-size: 16px;
}

.redclr {
	color: #c40000;
}

label {
	color: #5e5d5d;
	font-size: 12px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 4px;
}

b, strong {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

i, em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

i b, i strong, em b, em strong, b i, b em, strong i, strong em {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

/* Listing Styles */

ol, ul {
}
ol > li {	
}
ul li {
}

/* Text Field & Button Style */

input {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
input[disabled="disabled"] {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=100);
	/* Modern Browsers */
  opacity: 1;
	-webkit-opacity: 1;
}

input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
	padding: 7px 10px;
	background: #ffffff;
	border: none;
	color: #1f1f1f;
	font-size: 14px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dedddd;
}

select {
	padding: 6px 10px !important;
}

input[type='submit'], input[type='button'] {
	color: #fff;
	background: #1342af;
	font-size: 12px;
	font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border: 0;
	outline: 0;
}
input[type='submit']:hover { background: #092668;
}
input:focus, input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}

/* Back to top style */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	padding: 10px 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp, a#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/top.png) no-repeat;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#scrollUp-active {
	display: none;
}
/* Divider and Outline */

hr {
}

.outline {
	border:#dedddd 1px solid;
	display: inline-block;
}

/* Contact Tab */

#box {
    width: 270px;
	right: -247px;
    top: 160px; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
	background: url(../images/contactTabbg.png) repeat;
	color: #1f1f1f;
	font: normal 13px 'robotolight',Arial, sans-serif;
	line-height: 20px;
	padding: 10px 25px 25px;
	border: 1px solid #ccc;
	text-align: left;
}

#box h1 {
	color: #1342af;
	font: normal 20px 'robotobold',Arial, sans-serif;
	margin-bottom: 10px;
}

#box a {
	color: #1342af;
	text-decoration: none;
}

#box a:hover {
	text-decoration: none;
	color:#092668;
}

#tab {
    float: left;
	list-style: outside none none;
	margin-left: -68px;
	padding: 0px;
	position: relative;
	z-index: 9999;
	margin-top: -10px;	
}

#tab li span {
    display: block;
    padding: 0;
    position: relative;
}

#tab img { 
	cursor: pointer; 
}

.showTab, 
.hideTab {
    /* we specify the transition length for hiding and showing */
     transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}

.hideTab {
    margin-right: -23px;
}

.hideTab ul li img:hover{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.showTab {
    margin-right: 247px;
}

/* Header */

header {
	/*position: absolute;*/
	width: 100%;
	min-width:1140px;
	height: 86px;
	margin: 0 auto;
	box-sizing: border-box;	
	z-index: 999;
}

.header_wrapper {
	width:1140px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) repeat-x center top;
	height: 86px;
	padding: 0;
}

.subheader_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) repeat-x center top;
	height: 86px;
	padding: 0;
}

.logo {
	float: left;
	padding: 20px 20px 0 0px;
}

.header_rgtprt {
	/*float: right;
	width: 750px;	*/
}

.icons_link {
	    float: right;
    /* position: relative; */
    padding-top: 15px;
    padding-right: 9px;
    width: 15%;
}

/* Navigation */
nav {
	margin: 0 auto;
	float: right;
}
#menu {
	float: left;
	height: auto;
}
.menu_toggle, .menu_close {
	display: none;
}
ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: right;
	z-index: 500 !important;
	margin-top: 10px;
}
ul#navmenu-h li {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
}
/* Root Menu */

ul#navmenu-h li a {
	display: block;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid transparent;
	font: normal 13px 'ralewaybold', Arial, Helvetica, sans-serif;
letter-spacing: 0.5px;
text-transform: uppercase;
text-decoration: none;
}
/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	    color: #1342af;
}
ul#navmenu-h li.active a {
	border: none;
	    color: #1342af;
}
ul#navmenu-h ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
	border: 1px solid #ddd;
	background-color: #ffffff;
	min-width: 150px;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navmenu-h ul li {
	width: 100%;
	display: block;
	margin:0;
	background: none;
	padding: 0;
	margin: 0;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a {
	background: none;
    color: #313131;
    text-align: center;
    text-decoration: none;
}
ul#navmenu-h ul li a.submenu {
	background:url(../images/navarrow-right.png) center right no-repeat;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a {
	cursor: pointer;
	    color: #1342af;
	border: none;
	background-color: white;
	z-index: 500!important;
}
ul#navmenu-h ul li.submenu:hover {
	background:url(../images/navarrow-right-hover.png) center right no-repeat;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	float: none;
	background: #ffffff;
	color: #808285;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navmenu-h ul ul li a.submenu {
	background:url(../images/navarrow-right.png) center right no-repeat !important;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	cursor: pointer;
	    color: #1342af;
	border: none;
	background-color:white;
	z-index: 500!important;
}
/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	float: none;
	background: #ffffff !important;
	color: #808285;
	font: normal 13px Verdana, Geneva, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	cursor: pointer;
			    color: #1342af;
	border: none;
	background-color: white;
	z-index: 500!important;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
	float:left;
}
/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
ul#navmenu-h ul li.active a, ul#navmenu-h ul li.active a, ul#navmenu-h ul li a.active, ul#navmenu-h ul li:hover li.active a, ul#navmenu-h ul li:hover li:hover li.active a, ul#navmenu-h ul li:hover li:hover li:hover li.active a {
	    color: #1342af;
	background-color: white;
}
/* end Nav */



/* Banner */

#banner {
	width: 100%;
	/*For fixed width banner
	width: 1000px;
	*/
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 20px;
}
#slider {
	width: 100%;
	margin: auto;
	    
}

#banner .slick-slide img {
 position: relative;
}
/* HOME-PAGE Content */

#maincontent {
	background: url(../images/subbackground.jpg) no-repeat center 85px;
	width: 100%;
	min-width: 1140px;
	min-height: 880px;
	overflow: hidden;
	padding: 15px 0 30px 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#maincontent.homepage {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0;
}

.home_img_txt {
	position: absolute;
	top: 47%;
	left: 10%;
	margin: 0 auto; width: 85%;
}

.home_title {
	font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 0.75px;
	font-size:14px;
}

.home_title1 {
	font-size:40px;
	color: #ffffff;
	font-family: 'ralewayheavy', Arial, Helvetica, sans-serif;	line-height:40px;
}

.home_title0 {
	font-size:40px;
	color: #ffffff;
	font-family: 'ralewaymedium', Arial, Helvetica, sans-serif; line-height:30px;
}

.home_img_txt02 {
	position: absolute;
	top: 10%;
	left: 10%;
	margin: 0 auto;
	width: 75%;
}

.home_title2 {
	font: normal 30px 'ralewaysemibold', Arial, sans-serif;
	color: #dfe7f9;
}

.home_title3 {
	position: absolute;
	font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b8caf4;
	letter-spacing: 1px;
	line-height: 16px;
}

.home_imgarrow {
	position: absolute;
	background: url(../images/arrow.png) no-repeat;
	left: -5%;
	top: 34%;
	height:30px;
	width:30px;
}

.img_border {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.lists {
	list-style: url(../images/arrowicon.png) outside;
	margin-left: 20px;
	margin-top: 5px;
}

ul.lists li {
	color: #1f1f1f;
	font-size: 14px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding-top:5px;
}

.img-container,
.brand_container {
	width: 353px;
	height: 228px;
	position: relative;
}

.brand_container {
	width: 159px;
	height: 102px;
}

.img-container img,
.brand_container img {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.point_to_form {
	position: absolute;
	background: url(../images/contact_btn.png) no-repeat center;
	width: 56px;
	height: 56px;
	border: 0;
	outline: 0;
	margin-top: -35px;
	left: 48%;
}

/*********************
   Products
*********************/

/*Breadcrumbs*/
.breadcrumbs ul{
    margin-left:0;
}

.breadcrumbs, .breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs {
	margin-bottom: 18px;
    margin-top:8px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
}
.breadcrumbs li, .breadcrumbs li a {
	font: normal 12px robotoregular, Arial, Helvetica, sans-serif;
	color: #8e8e8e;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	color: #353535;
}

.vAlign {
	display: inline-block;
	float: none !important;
	vertical-align: middle;	
	margin-right: -4px;
}

.prod_thumb, .prod_img {
	/*max-width: 250px;
	max-height: 250px;
	line-height: 250px;
	width: 250px;
	height: 250px;*/
	position: relative;	
	margin: auto;
	/*margin-bottom: 15px;*/
	text-align: center;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}

.prod_thumb {
height: 24.625em;
padding: 0;
	/*width: 250px;	
	height: 250px;
	line-height: 250px;*/
}

.prod_thumb_img img, .prod_img img {
	/*position: relative;
	max-width: 100%;
	top:0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%,50%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);*/
	
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	margin: auto;
	bottom: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
	max-height:100%;
}

.prod_thumb2, .prod_img2 {
    max-width: 320px;
    max-height: 320px;
    line-height: 320px;
    width: 320px;
    height: 320px;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #d6d6d6;
}

a.prod_link, .prod_link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(../images/overlay_prod.png) repeat;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	z-index: 3;
}

a.prod_link img, .prod_link img {
	position: absolute;	
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	width: auto;
	max-width: 100%;
}

.prod_thumb:hover a.prod_link, .prod_thumb:hover .prod_link {
	opacity: 1;	
}

ul.prod_paging, ul.prod_paging li {
	list-style: none;
	padding: 0;
	margin: 0;	
	display: inline-block;
}
ul.prod_paging li  {
	margin: 0 3px;
	font-size: 14px;
	vertical-align: middle;
}

ul.prod_paging li, ul.prod_paging li a {	
	color: #707070;	
}

ul.prod_paging li.pag_arrow {
	margin: 0 5px;	
    font-size:18px;
}

ul.prod_paging li.active a, ul.prod_paging li a.active {
	font-family: robotobold, Arial, Helvetica, sans-serif;
	color: #000000;	
}

.qty, input.qty {
	display: inline-block;
	width: 85%;
	max-width: 75px;
	border: 1px solid #dfdfdf;
	padding-top: 6px;
	padding-bottom: 8px;
	min-height: 0;	
	text-align: center;
    border-radius:0;
}

.qty.cart{
	margin-right:10px;
}

.ui-spinner {
	display: inline-block;
	position: relative;	
}

a.ui-spinner-button {
	cursor: pointer;
	font-size: 8.5px;	
	position: absolute;
	right: 0;
	height: 13px;
	top: 3px;
	line-height: 13px;
	vertical-align: middle;
}

a.ui-spinner-down {
	top: auto;
	bottom: 3px;	
}

a.actionbtn, .actionbtn {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    background: #1342af;
    text-decoration: none;
    min-width: 15%;
    font-family: robotoblack, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .05em;
}

a.actionbtn:hover, .actionbtn:hover{
	background: #092668;
}

a.download, .download {
    display: inline-block;
    background: url(../images/icon_pdf.png) no-repeat left center;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #4d4d4d;
}

a.download:hover, .download:hover {
	text-decoration:underline;
}

a.del, .del, input.del, button.del {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../images/icon_del.png) no-repeat center;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
}

a.enquiry_prod, .enquiry_prod {
    display: block;
   /* max-width: 110px;*/
    max-height: 110px;
    width: 100%;
    height: 0;
    padding-bottom: 96%;
    overflow: hidden;
    position: relative;
    line-height: 110px;
    border: 1px solid #dddddd;
    margin: auto;
    text-align: center;
    positioN: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

a.enquiry_prod img, .enquiry_prod img {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
/* Footer */

footer {
	width: 100%;
	min-width: 1140px;
	height: 58px;
	background: url(../images/footer.png) no-repeat center bottom;	
	position: absolute;
	bottom: 0;	
}

.footer_wrapper {	
	width: 1140px;
	margin: 0 auto;
	text-align: center;
	font: normal 12px 'robotolight', Arial, sans-serif;
	color: #1f1f1f;
	padding: 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_wrapper a { color: #1f1f1f !important; text-decoration: none;
}

.footer_wrapper a:hover { color: #1342af !important; text-decoration: none;
}

/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
.hidden-print {
	display:none !important
}
#maincontent {
	display: block !important;
}
.printBtn, .actionbtn, #scrollUp, header, footer {
	display: none !important;
}
body {
	margin: 0;
 padding 0 !important;
	min-width: 768px;
}
.container {
	width: auto;
	min-width: 750px;
}
a[href]:after {
	content: none;
}
.noprint, div.alert, header, .group-media, .btn, .footer, form, #comments, .nav, ul.links.list-inline, ul.action-links {
	display:none !important;
}
#maincontent {
	display: block !important;
}
.printBtn, .actionbtn, #scrollUp, header, footer {
	display: none !important;
}
 [class*="col-sm-"] {
 float: left;
}
 [class*="col-xs-"] {
 float: left;
}
.col-sm-12, .col-xs-12 {
	width:100% !important;
}
.col-sm-11, .col-xs-11 {
	width:91.66666667% !important;

}
.col-sm-10, .col-xs-10 {
	width:83.33333333% !important;
}
.col-sm-9, .col-xs-9 {
	width:75% !important;
}
.col-sm-8, .col-xs-8 {
	width:66.66666667% !important;
}
.col-sm-7, .col-xs-7 {
	width:58.33333333% !important;
}
.col-sm-6, .col-xs-6 {
	width:50% !important;
}
.col-sm-5, .col-xs-5 {
	width:41.66666667% !important;
}
.col-sm-4, .col-xs-4 {
	width:33.33333333% !important;
}
.col-sm-3, .col-xs-3 {
	width:25% !important;
}
.col-sm-2, .col-xs-2 {
	width:16.66666667% !important;
}
.col-sm-1, .col-xs-1 {
	width:8.33333333% !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left !important;
}
}
/***********************
  Programmer Required
************************/
.IE8Fix {
	z-index: 1;
}
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
	font-family: normal 11px Arial, sans-serif;
	color:#CC0000;
}
.errMsg a:hover {
	text-decoration: underlink;
}

.point_to_form {
	position: absolute;
	background: url(../images/contact_btn.png) no-repeat center;
	width: 56px;
	height: 56px;
	border: 0;
	outline: 0;
	margin-top: -35px;
	left: 48%;
}

.home_img_txt {
    position: absolute;
    top: 8%;
    left: 10%;
    margin: 0 auto;
    width: 85%;
}

/*Sidebar Browse Button*/

.browse-btn{ background:#1342af; text-align:center; color:#fff !important; padding:15px 20px;}

.browse-btn::after{ content:'>'; margin-left:10px;}

.prod_sidenav li li a.browse-btn::before{ content:'';}
