@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 5 July 2017)*/
   
/* 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: #333333;
	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:#f06d9b;
 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: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* HTML */

html {
	position: relative;
	min-height: 100%;
	min-width:1140px;
}
body {
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #333333;
	background: #fff;
	height:auto;
	margin: 0 0 0px 0;  /* Push with Footer Height, total height 55px + 30px margin-top */
	line-height: 1.5em;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td {
	position: relative;
}
p {
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #333333;
	height:auto;
	margin: 0 0 20px 0;  /* Push with Footer Height, total height 55px + 30px margin-top */
}
.clear {
	clear: both;
}
/* spacing  */
.spacing-top {
	margin-top: 20px
}
.spacing-top-extra {
	margin-top: 90px;
}
.spacing-top-less {
	margin-top: 10px;
}
.spacing-left {
	margin-left: 20px;
}
.spacing-left-extra {
	margin-left: 30px;
}
.spacing-left-less {
	margin-left: 10px;
}
.spacing-right {
	margin-right: 20px;
}
.spacing-right-extra {
	margin-right: 30px;
}
.spacing-right-less {
	margin-right: 10px;
}
.spacing-bottom {
	margin-bottom: 20px;
}
.spacing-bottom-extra {
	margin-bottom: 30px;
}
.spacing-bottom-less {
	margin-bottom: 10px;
}
.spacing-leftright {
	margin: 0 10px;
}
.spacing-topbottom {
	margin: 10px 0;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}


/* Start Of H Tag Fonts */

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

h1 {
	font-family: "montserratmedium", Arial, Helvetica, sans-serif;
	font-size: 31px;
	color:#dd305a;
	line-height:1.2em;
	letter-spacing:0.001em;
}

h2 {
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color:#00000;
	line-height: 1.5em;
	letter-spacing:0.1em;
}

h3 {
	font-family: "montserratmedium", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#000000;
	line-height: 1.5em; 
}

h4 {
	font-family: "montserratmedium", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 5px;
}

h5 {
}

h6 {
}
/* End Of H Tag Fonts */


/* Start Of Transforming Texts */  
.txt_small {
}

.txt-uppercase {
text-transform: uppercase;	
}

.txt-mont-medium {
font-family: "montserratmedium", Arial, Helvetica, sans-serif;
}
/* End Of Transforming Texts */  


/*Start Of Home Contents Fonts */
label {
	color: #626262;
	font-size: 12px;
	font-family: "montserratmedium", Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 18px;
}


footer {
	width: 100%;
	background: #ee7f9a;
	color: #808285;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	min-width: 1140px;
	padding-top: 45px;
	padding-bottom: 35px;
}

footer hr {
   width: 15%;
   height: 1px;
   background-color: #f396ac;
}

.footer_nav , .footer_nav a{ 
     font-family: "montserratmedium", Arial, Helvetica, sans-serif;
	 font-size: 17px;
	 color: white;
	 line-height: 1em;
	 margin-bottom: 20px;
}

.footer_nav a:hover {
     color: #dd305a;	
}

.footer_nav ul {
 list-style: none;	
}

.footer_nav ul li { 
display: inline; 
padding-right: 15px;
}

.footer_nav ul li:after { 
content: " \00b7"; 
padding-left: 15px;
font-weight: bolder;
}

.footer_nav ul li:last-child:after { 
content: none;
}

.footer_copyright , .footer_copyright a { 
     font-family: "montserratlight", Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #bc4864;
	 line-height: 1.5em;
	 letter-spacing:0.1em;
}

.footer_copyright a:hover {
     color: #ffd4de;
	
}


/*End Of Home Contents Fonts */


/* Listing Styles */

ol, ul {
	margin-left: 20px;
}
ol > li {
	margin-bottom: 15px;
}
ul li {
	margin-bottom: 5px;
	list-style-image: url(../images/ulli.png);
}
/* 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'], input[disabled="disabled"] {
	padding: 5px 10px 5px 10px;
	line-height: 27px;
    height:      36px;
	background: #ffffff;
	color: #808285;
	font-size: 13px;
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box ;
	width: 100%;
	border: 1px solid #bebebe;
}


select { 
    padding: 5px 10px 5px 10px;
	line-height: 27px;
    height:      36px;
	background: #ffffff;
	color: #808285;
	font-size: 13px;
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box ;
	width: 100%;
	border: 1px solid #bebebe;
}

textarea {
	 padding: 5px 10px 5px 10px;
	line-height: 27px;
    height:      188px;
	background: #ffffff;
	color: #808285;
	font-size: 13px;
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box ;
	width: 100%;
	border: 1px solid #bebebe;
	
}

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;
}
/*for Contact Us Send enquiry button */
a.actionbtn, .actionbtn, a.regbtn {
	font-family: "montserratmedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 50px;
	text-align: center;
	background: #f06d9b;
	text-decoration: none;
	min-width: 15%;
	margin-top: 25px;
	border-radius:30px;
}
a.actionbtn:hover, .actionbtn:hover {
	background: #dd305a;
}
a.backbtn, .backbtn {
	background: #808285;
}
a.backbtn:hover, .backbtn:hover {
	background: #666666;
}
/*for Download button */
.dlbtn {
}
/* 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;
}
.vDiv {
}
.outline {
	border:#d5d5d5 1px solid;
	display: inline-block;
}
/* Vertical Align */
.vAlign {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	margin-right: -4px;
}
.vTop {
	display: inline-block;
	float: none !important;
	vertical-align: top;
	margin-right: -4px;
}
.vBtm {
	display: inline-block;
	float: none !important;
	vertical-align: bottom;
	margin-right: -4px;
}
/* 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 10px;
	background-color:#ffffff;
}
.logo {
	float: left;
	width: 320px;
}
.icons_link {
	float: right;
	padding: 15px 0;
	position: relative;
}
/* Search */
#search_div {
	margin-bottom: 40px;
}
#search {
	clear:both;
	position: absolute;
	top: 0;
	right: 40px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 300ms ease-out;
	-moz-transition: width 300ms ease-out;
	-o-transition: width 300ms ease-out;
	transition: width 300ms ease-out;
	height: 100%;
}
input.search_field {
	background: white;
	border: 0;
	font: normal 13px latolight, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #808285;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px;
	height: 100%;
}
#search.active {
	width: 180px;
	z-index:9999;
}
#search h2 {
	display:none;
}
input.search_btn {
	background: #c72031 url(../images/icon_search.png) no-repeat center;
	height: 40px;
	width: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	float:right;
}
input.search_btn:hover {
	background-color: #9d0a19;
}
.closesearch, a.closesearch {
	display: none;
}
/* Navigation */

nav {
	margin: 0 auto;
	float: right;
	margin-top: 20px;
}
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;
	color: #2c2c2c;
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
}
/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
    color: #dd305a;
}
ul#navmenu-h li.active a, ul#navmenu-h li a.active {
	border: 1px solid white;
	color: white;
}
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 #ebe8e8;
	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 !important;
	padding: 0;
	margin: 0;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a {
	width: 100%;
	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;
	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: #ffffff;
	border: none;
	background-color: #a0a0a0;
	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: #ffffff;
	background-color: #a0a0a0 !important;
}
/* end Nav */


/* Start Of Banner */

.banner_txt_wrapper {
padding-top: 20px;
padding-bottom: 20px;	
}

.banner_txt_wrapper:before {
content:'';
height: 25px;
width: 241px; 
background-image:url(../images/top_deco.png) ;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 31%;
}

.banner_txt_wrapper:after {
	content:'';
height: 25px;
width: 241px; 
background-image:url(../images/bottom_deco.png) ;
background-repeat: no-repeat;
position: absolute;
bottom: 0;
left: 31%;
}

#banner {
	width: 100%;
	/*For fixed width banner
	width: 1000px;
	*/
	min-width: 1140px;
	margin: auto;
	overflow: hidden;
}
#slider {
	width: 2000px;
	margin: auto;
}
/* End Of Banner */


/* Start Of HOME-PAGE Content */

#maincontent.homepage {
	width: 100%;
	min-width: 1140px;
	overflow: hidden;
	padding: 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#maincontent.success_page {
	width: 100%;
	min-width: 1140px;
	overflow: hidden;
	margin-top: 10vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.title_wrapper {
padding-bottom: 50px;	
}

.title_wrapper:after {
content: '';
height: 25px;
width: 240px;
background-image: url(../images/bottom_deco.png);
background-repeat: no-repeat;
position: absolute;
bottom: 18%;
left: calc(60% - 240px);
margin: 0 auto;
background-position-x: center;

}


.minus_padding {
  padding-right:0 !important;
  padding-left: 0 !important;
}

.about02 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url(../images/about_bg.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.products03 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url(../images/products_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact04 {
	padding-top: 90px;
	padding-bottom: 75px;
    background-image: url(../images/contact_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.map_wrapper {
	margin-bottom: -7px;
}


.circle{  /* In case product images are transparent, can use this script wrapping the image */
    width:262px;
    height:262px;
    border-radius:1000px;
    font-size:20px;
    color:#fff;
    line-height:100px;
    text-align:center;
    background:#fff;
}





/* End Of HOME-PAGE Content */





/*********************
   Tables
*********************/

/*********************
   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;
}


/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
.hidden-print {
	display:none !important
}
html, body {
	/*changing width to 100% causes huge overflow and wrap*/
    height:100%;
	background: #FFF;
}
#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;
}
#banner {
	display:table;
	vertical-align:middle;
	text-align:center;
}
#banner img {
	display:table-cell;
	max-height:100%;
	height:auto;
}
a[href]:after {
	content: none;
}
.noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
	display:none !important;
}
[class*="col-xl-"] {
 float: left;
}
[class*="col-lg-"] {
 float: left;
}
[class*="col-md-"] {
 float: left;
}
 [class*="col-sm-"] {
 float: left;
}
 [class*="col-xs-"] {
 float: left;
}
.col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
	width:100% !important;
}
.col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
	width:91.66666667% !important;
}
.col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
	width:83.33333333% !important;
}
.col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
	width:75% !important;
}
.col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
	width:66.66666667% !important;
}
.col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
	width:58.33333333% !important;
}
.col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
	width:50% !important;
}
.col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
	width:41.66666667% !important;
}
.col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
	width:33.33333333% !important;
}
.col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
	width:25% !important;
}
.col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
	width:16.66666667% !important;
}
.col-xl-1, .col-lg-1, col-md-1, .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;
}
}
 @media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
}
/***********************
  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;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
