﻿/* Creative eWorld CSS*/
*
{
	padding:0px;
	margin:0;
}






/***********************
     Home Section
************************/

#boxesSection
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
}

#boxesSection02
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}

#boxesSection03
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}




/***********************
     searhResult
************************/

.searhResult li
{
	
	color:red;
}


@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;
}

.img-container{
	border:1px solid #e0e0e0;
	margin-bottom:15px;
}
/* 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: #1e1db5;
	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;
}
a:hover, a:focus {
	text-decoration: none;
	color:#808285;
 ie-dummy: expression(this.hideFocus=true);
}
a.back {
	font-size: 12px;
	font-family: opensanslight, Arial, Helvetica, sans-serif;
	color: #808285;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0.05em;
	text-decoration: none;
}
a.back:hover {
	color: #bbbbbb;
}

 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #878787;
}
/* <a> link with class */
a.btn, a.fbtn {
	font: normal 10px opensanslight, Arial, Helvetica, sans-serif;
	color: #808285;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	padding: 6px 12px;
	text-decoration: none;
}
a.btn:hover {
	background: #c72031;
	color: #ffffff;
	border-color: #c72031;
}

/* Font Embed */

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* HTML */

html {
	position: relative;
	min-height: 100%;
	min-width:1170px;
}
body {
	background: #ffffff;
	color: #4d4d4d;
	font:normal 14px robotoregular, Arial, sans-serif;
	line-height: 21px;
	height: auto;
	margin: 0;
	letter-spacing:0;
	padding-bottom: 75px;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td {
	position: relative;
}
p {
	margin-bottom: 20px;
	font-weight: normal;
}
.clear {
	clear: both;
}

/* spacing  */
.spacing-top {
	margin-top: 30px
}
.spacing-top-extra {
	margin-top: 35px;
}
.spacing-top-less {
	margin-top: 7px;
}
.spacing-left {
	padding-left:20px;
}
.spacing-right {
	padding-right:20px;
}
.spacing-bottom {
	margin-bottom: 30px
}
.spacing-leftright {
	margin: 0 7px;
}
.spacing-topbottom {
	margin: 30px 0;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.vAlign{
	display: inline-block;
    vertical-align: middle;
    float: none !important;
	margin-left:-4px;
}
/* Basic Fonts */
h1, h1 a, h1 a:link {
	font-family: robotoblack, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#fff;	
	line-height: 38px;
	letter-spacing: 0;
}
h2, h2 a, h2 a:link {
	font: normal 34px robotoblack, Arial, Helvetica, sans-serif;
	color:#212121;
	font-size: 38px;	
	line-height: 36px;
	letter-spacing:0;
}
h3, h3 a, h3 a:link {
	font: normal 29px robotoblack, Arial, Helvetica, sans-serif;
	line-height:36px;
	letter-spacing: 0;
	color:#424242;	
}

h4, h4 a, h4 a:link {
	font: normal 23px robotoregular, Arial, Helvetica, sans-serif;
	line-height: 31px;
	color:#545454;
	letter-spacing:0;
}
h5 {
	font: normal 18px robotomedium, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color:#424242;	
	letter-spacing:0;
}

h6, h6 a, h6 a:link, a.h6, a.h6:link {
	font: normal 18px robotoblack, Arial, Helvetica, sans-serif;	
	line-height: 25px;
	color: #202020 !important;
	text-decoration: none;
	letter-spacing:0;
}
h7, h7 a, h7 a:link {
	line-height: 25px;
	font-size: 21px;
	color: #c72031;
	text-transform: uppercase;
	display: block;
	font-family: opensanssemibold, Arial, Helvetica, sans-serif;
}
h8, h8 a, h8 a:link {
	line-height: 20px;
	font-size: 16px;
	color: #c72031;
	display: block;
}
h6 a:hover, h7 a:hover, h8 a:hover, a.h6:hover {
	color: #808285 !important;
}
.txt-small {
}

.slogan{
	font: italic 23px robotoregular, Arial, Helvetica, sans-serif;	
	color:#545454;
	line-height:30px;
	letter-spacing:0;

}

.txt-type2{
	font: normal 16px robotolight, Arial, Helvetica, sans-serif;	
	color:#636363;
}

label {
	color: #d71c2f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: robotobold, Arial, Helvetica, sans-serif;
}

b, strong {
	font-family: robotobold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
i, em {
	font-family: robotoregular, 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: robotoregular, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
/* Listing Styles */

ol, ul {	
}
ol > li {
	margin-bottom: 15px;
}
ul li {
	padding-left:15px;
	background:url(../images/dash.gif) no-repeat left 50%;
	list-style:none;
}
/* 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: 10px;
	background: #ffffff;
	border: none;
	color: #808285;
	font-size: 13px;
	font-family: opensansregular, Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #FBDBCE;
	-webkit-text-fill-color: #808285;
}

input.placeHolder, .placeHolder {
	color: #808285;
	font-family: opensansitalic, Arial, Helvetica, sans-serif;
}
input[type='submit'], input[type='button'] {
	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:focus, input[type='text']:focus, select:focus, textarea:focus {
        outline: 0;
    }

    input[type='submit']{
        padding:10px 15px;
        background: #F7DC4F;
}

div.radio label {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 13px;
	color: #808285;
	text-transform:capitalize;
	font-family: opensansregular, Arial, sans-serif;
	line-height: 13px;
	margin-top: 3px;
}
div.radio label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 13px;
	margin-right: 10px;
	background-color: #fbdbce;
	vertical-align: middle;
	margin-left: -30px;
	background-color: #fbdbce;
}

.checkbox {
	display: inline-block !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
}
.checkbox label {
	text-transform: none;
	color: #808285;
	font-family: opensansregular, Arial, Helvetica, sans-serif;
	padding: 0!important;
}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 13px;
	margin-right: 10px;
	background-color: #ffffff;
	vertical-align: middle;
	border: 1px solid #d71c2f;
}
input[type=checkbox]:checked + label:before {
	content: "✔";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	background-color: #d71c2f;
	text-align: center;
	line-height: 18px;
	color: white;
}
/*for Contact Us Send enquiry button */
a.actionbtn, .actionbtn, a.regbtn {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	background: #d81a33;
	text-decoration: none;
	min-width: 15%;
}
a.actionbtn:hover, .actionbtn:hover {
	background: #9e1325;
}
a.backbtn, .backbtn {
	background: #808285;
}
a.backbtn:hover, .backbtn:hover {
	background: #666666;
}

/*for Download button */
a.dowload-btn{
	font: normal 13px robotolight, Arial, Helvetica, sans-serif;
	color:#999999;
	line-height:21px;
	letter-spacing:0;
	background:url(../images/icon_downlaod.png) no-repeat top left;
	padding-left:30px;
	text-decoration:none;
}

a.dowload-btn:hover{	
	color:#2777b0;	
	text-decoration:none;
}
/* 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: 40px;
	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 {
	background: #d9d9d9;
	height:1px;
	width: 100%;
	border: none;
	margin:40px 0;
}
.vDiv {
}
.outline {
	border:#d5d5d5 1px solid;
	display: inline-block;
}

.blue_divider{
	border-left: thick solid #0888c4;
}

.blue_divider p{
	font: normal 16px robotolight, Arial, Helvetica, sans-serif;
    color: #636363;
}

.underline{
	background:url(../images/underline.png) no-repeat center bottom ;
	margin:10px 0;
	height:3px;
}

/* Contact Tab */
#box {
	width: 180px;
	right: -230px;
	top: 96px; /* change this value to place the menu higher or lower */
	position: fixed;
	z-index: 100;
	background: #131313;
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
	line-height: 19px;
	padding: 20px 25px;
}
#box h3 {
	color: #fff;
	margin-top:0;
}
#box a:hover {
	color: #fff;
}
#tab {
	float: left;
	list-style: outside none none;
	margin-left: -60px;
	padding: 0px;
	position: relative;
	z-index: 99;
	margin-top: -20px;
}
#tab li span {
	display: block;
	padding: 0;
	position: relative;
}
#tab img {
	cursor: pointer;
}
.show, .hide {
	/* we specify the transition length for hiding and showing */
     transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}
.hide {
	margin-right:0px;
}
.hide 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;
}
.show {
	margin-right:195px;
}
/* Header */

header {
	width: 100%;
	min-width: 1140px;
	margin: 0 auto;
	padding:10px 0 0;
	position:absolute;
	z-index:9999;
	
}
.header_wrapper {	
	position:relative;
}


.header_bottom{
	width:1140px;
	margin:auto;
	background:url(../images/nav_bg.jpg) repeat-x top left;
}

.logo {
	margin:auto;
	width: 360px;
	margin-bottom:10px;
}
/* Search */
#search-div {
	margin-bottom: 40px;
}
#search {
	background: transparent;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;	
	overflow: hidden;
	float:right;
}
input.search-field {
	background:transparent;
	border: 0;
	font: normal 11px robotolight, Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	display: inline-block;
	width: 160px;
	padding: 16px 0 16px 22px;
	vertical-align: top;
	float:left;
}
input.search-btn {
	background: url(../images/icon_search.png) no-repeat center;
	height: 47px;
	width: 47px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	float:right;
}
input.search-btn:hover {
	
}


/* Navigation */

nav {
	margin: auto;	
	float:left;
}

ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: left;
	z-index: 500 !important;	
}
ul#navmenu-h li {
	display: inline-block;
	position: relative;	
	margin-bottom:0;
	padding:0;
	background:none;
	
}

/* Root Menu */
ul#navmenu-h li a {
	display: block;
	padding: 13px 20px;
	color: #000000;
	font: normal 14px robotoblack, Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;	
	outline:0;
}



/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color: #0c7aae;
}
ul#navmenu-h li.active a, ul#navmenu-h li a.active {	
	color: #0c7aae;
}
ul#navmenu-h ul {
	display: none;
	position: absolute;
	top: 70%;
	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;	
	background-color: #e7ca33;
	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: 80%;
	display: block;	
	background: none !important;
	margin:auto;
	padding:0;
	border-bottom:1px solid #eedf91;
}

ul#navmenu-h ul li:last-child{
	border-bottom:none;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a {
	width: 100%;
	float: none;
	padding:13px 6px;
	background: none;	
	color: #212121;
	font: normal 13px robotomedium, Arial, Helvetica, sans-serif;	
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	border: none;
	text-shadow: none;
	text-transform: capitalize;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
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: #096a97;
	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;
	font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
	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: #ffffff;
	border: none;
	background-color: #a0a0a0 !important;
	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 opensanslight, Arial, Helvetica, 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: #ffffff;
	border: none;
	background-color: #a0a0a0 !important;
	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: #0c7aae;

}
/* end Nav */


/* Banner */

#banner {
	width: 100%;
	min-width:1140px;
	/*For fixed width banner
	width: 1000px;
	*/	
	margin: auto;	
	background:url(../images/banner_bg.jpg) no-repeat top center;
	position:relative;
	top:135px;
	overflow:hidden;
}
#slider {
	width: 1140px;
	margin: auto;
}

.banner_big{
	font: normal 48px robotobold, Arial, Helvetica, sans-serif;
	text-shadow: 2px 0 5px rgba(0,0,0,0.6); 
}

.banner_small{
	font: normal 24px robotoregular, Arial, Helvetica, sans-serif;
	text-shadow: 2px 0 5px rgba(0,0,0,0.6); 
	color:#f3cc03;
}

.subbanner {
	background: url(../images/subbanner.jpg) no-repeat center;
	width: 100%;
	min-width:1140px;
	height: 210px;
	top: 135px;
	position:relative;
	padding-top:150px;
	text-align:left;
}
/* HOME-PAGE Content & Subpage */
#container_wrapper{
	background:url(../images/maincontent_bg.jpg) no-repeat top left;
	margin-top: 135px;
}

#maincontent.homepage {
	background:none;
	padding-bottom: 0;
	margin-top: 90px;
    min-height: 0 !important;
}

#maincontent {
	width: 100%;
	min-width: 1170px;
	overflow: hidden;
	padding: 0 0 ;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:50px;
	background:url(../images/maincontent_bg.jpg) no-repeat top left;
	margin-top: 135px;
    min-height: 500px;
}

.row-eq-height{
	display:flex;
}
	
.gray_box{
	font: normal 16px robotolight, Arial, Helvetica, sans-serif;
	background-color:#f1f1f1;
	border:3px solid #e5e5e5;
	line-height:29px;
	padding:30px;
}

.slickImg{
	width:155px;
	height:75px !important;	
	border:1px solid #cecfcf;
	position: relative;
	margin:0px 15px;
}

.slickImg img{
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*********************
   Products
*********************/

.breadcrumbs, .breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs {
	margin-bottom: 18px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.breadcrumbs li, .breadcrumbs li a {
	font: normal 18px opensansregular, Arial, Helvetica, sans-serif;
	color: #808285;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	color: #bbbbbb;
}

.prod-name{
	font: normal 16px robotomedium, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:21px;
	letter-spacing:0;
}
/**********************
   Contact  
**********************/

/* Footer */

footer {	
	width: 100%;
	background: #707070;
	text-align: left;
	font: normal 11px robotolight, Arial, sans-serif;
	color: #fffefe;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	min-width: 1140px;
}
.footer_wrapper {
	width: 1140px;
	margin:0 auto;
	padding: 15px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.robotobold{
	font-family: robotobold, Arial, sans-serif;
}

.footer_wrapper .robotobold{
	font-size:14px;	
}

.footer_wrapper .robotobold, .robotobold a {
    line-height: 25px !important;
	display:inline-flex;
}

.footer_wrapper .text-uppercase{
	font-size:12px;
}

.footer_wrapper a, .footer_wrapper a:hover{
	font: normal 11px robotolight, Arial, sans-serif;
	color: #fffefe;
	text-decoration:none;
}

.footer_wrapper img {
	display:inline-block;
}


/****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;
}
