@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;
	display: inline-block;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	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: #303030;
	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:#31859c;
 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: 'opensansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lorabold';
    src: url('../fonts/lora-bold-webfont.woff2') format('woff2'),
         url('../fonts/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'loraitalic';
    src: url('../fonts/lora-italic-webfont.woff2') format('woff2'),
         url('../fonts/lora-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular-webfont.woff2') format('woff2'),
         url('../fonts/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Customized CSS */

     .wait_start_wrapper {
		 font-family: open_sansbold, Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-align:center;
		
	 }
	

	.dont_wait_texts  {
		font-family: open_sansbold, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color: #000000; 
		display:inline-block;	
		font-style:italic;	
		
	}
	
	.dont_wait_texts a {
		font-family: open_sansbold, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color: #000000; 
		display:inline-block;	
		font-style:italic;	
		
	}
	
	.start_now_texts {
		font-family: open_sansbold_italic, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color: #d10000; 	
		display:inline-block;
		text-decoration:underline;
		font-style:italic;	
	}
	
		.start_now_texts a {
		font-family: open_sansbold_italic, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color: #d10000; 	
		display:inline-block;
		text-decoration:underline;
		font-style:italic;	
	}
	
	.start_now_texts a:hover {
		font-family: open_sansbold_italic, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color: #b40000; 	
		display:inline-block;
		text-decoration:underline;
		font-style:italic;	
	}


/* HTML */

html {
	position: relative;
	min-height: 100%;
}
body {
	font: normal 13px Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:left;
		line-height:1.7;
}			

body.overflow-hidden, html.overflow-hidden {
	overflow: hidden;	
}

body.overflow-hidden {
	position: fixed;	
	width: 100%;
	min-height: 100%;
}
#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: 20px
}
.spacing-top-extra {
	margin-top: 30px;
}
.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;
}
@media (max-width: 991px){
	.spacing-top {
		margin-top: 4vw;
	}
	.spacing-top-extra {
		margin-top: 6vw;
	}
	.spacing-top-less {
		margin-top: 2vw;
	}
	.spacing-left {
		margin-left: 4vw;
	}
	.spacing-left-extra {
		margin-left: 6vw;
	}
	.spacing-left-less {
		margin-left: 2vw;
	}
	.spacing-right {
		margin-right: 4vw;
	}
	.spacing-right-extra {
		margin-right: 6vw;
	}
	.spacing-right-less {
		margin-right: 2vw;
	}
	.spacing-bottom {
		margin-bottom: 4vw;
	}
	.spacing-bottom-extra {
		margin-bottom: 6vw;
	}
	.spacing-bottom-less {
		margin-bottom: 2vw;
	}	
	.spacing-leftright {
		margin: 0 2vw;
	}
	.spacing-topbottom {
		margin: 2vw 0;
	}
}
@media (max-width: 767px){
	.spacing-top {
		margin-top: 5vw;
	}
	.spacing-top-extra {
		margin-top: 7vw;
	}
	.spacing-top-less {
		margin-top: 3vw;
	}
	.spacing-left {
		margin-left: 5vw;
	}
	.spacing-left-extra {
		margin-left: 7vw;
	}
	.spacing-left-less {
		margin-left: 3vw;
	}
	.spacing-right {
		margin-right: 5vw;
	}
	.spacing-right-extra {
		margin-right: 7vw;
	}
	.spacing-right-less {
		margin-right: 3vw;
	}
	.spacing-bottom {
		margin-bottom: 5vw;
	}
	.spacing-bottom-extra {
		margin-bottom: 7vw;
	}
	.spacing-bottom-less {
		margin-bottom: 3vw;
	}	
	.spacing-leftright {
		margin: 0 3vw;
	}
	.spacing-topbottom {
		margin: 3vw 0;
	}
}
@media (max-width: 543px){
	.spacing-top {
		margin-top: 6vw;
	}
	.spacing-top-extra {
		margin-top: 8vw;
	}
	.spacing-top-less {
		margin-top: 4vw;
	}
	.spacing-left {
		margin-left: 6vw;
	}
	.spacing-left-extra {
		margin-left: 8vw;
	}
	.spacing-left-less {
		margin-left: 4vw;
	}
	.spacing-right {
		margin-right: 6vw;
	}
	.spacing-right-extra {
		margin-right: 8vw;
	}
	.spacing-right-less {
		margin-right: 4vw;
	}
	.spacing-bottom {
		margin-bottom: 6vw;
	}
	.spacing-bottom-extra {
		margin-bottom: 8vw;
	}
	.spacing-bottom-less {
		margin-bottom: 4vw;
	}	
	.spacing-leftright {
		margin: 0 4vw;
	}
	.spacing-topbottom {
		margin: 4vw 0;
	}
}
/* Basic Fonts */

h1, h2, h3, h4, h5, h6 {
	
	font-weight:normal;
}
h1, h1 a, h1 a:link {
	font-family: oswald_regularregular, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color:#018db4;
	line-height: 45px;
	/*letter-spacing: -0.05em;*/
	margin-bottom:10px;
}
h1.pageTitle {
	text-transform: uppercase;	
}
h2, h2 a, h2 a:link {
	
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 5px;
	color:#15657b;
}
h3, h3 a, h3 a:link {
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 5px;
	color:#15657b;
}

h4, h4 a, h4 a:link {
	 font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	color:#393b40;
}
h5 {
	 font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 5px;
	color:#000;
}

h5 a, h5 a:link, h5 a:visited {
	text-decoration: underline;
	color:#c72031;
}
h5 a:hover {
	color: #a20f21;
	text-decoration: none;
}
h6 {
	font-size: 15px;
	color: #15657b;
	line-height: 24px;
}
h6 a, h6 a:link, a.h6, a.h6:link {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #c72031 !important;
	text-decoration: none;
}

h6 a:hover {
	color: #808285 !important;
}
.txt-small {
}
label {
	color: #d71c2f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
i, em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* 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'], 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;
}

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 {
	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 */
.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%;
	margin: 0 auto;
}
.header-wrapper {
	background: white url(../images/bg_header.jpg) repeat-x left top;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid #efefef;
}
.header-title {
	font-family: lorabold, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #018db4;
	line-height: 45px;
	text-transform: uppercase;
}
.logo {
	float: left;
	width: 155px;
}
.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;	
}

@media (max-width: 816px){
	#search {
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  
		/* IE 5-7 */
		filter: alpha(opacity=0);
	  
		/* Netscape */
		-moz-opacity: 0;
	  
		/* Safari 1.x */
		-khtml-opacity: 0;
	  
		/* Good browsers */
		opacity: 0;	
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: transparent url(../images/box_bg.png) repeat;
		visibility: hidden;
	}
	
#search h2 {
	top:30%;
	    position: relative;
		display: inline-block;
text-align: center;
width: 100%;
}
	
	#search.active {
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  
		/* IE 5-7 */
		filter: alpha(opacity=100);
	  
		/* Netscape */
		-moz-opacity: 1;
	  
		/* Safari 1.x */
		-khtml-opacity: 1;
	  
		/* Good browsers */
		opacity: 1;	
		visibility: visible;
		width:100%;
		height: 100%;
		-webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
		-moz-transition: opacity 300ms ease-out, visibility 300ms ease-out;
		-o-transition: opacity 300ms ease-out, visibility 300ms ease-out;
		transition: opacity 300ms ease-out, visibility 300ms ease-out;
	}
	
	input.search_field {
		text-align: center;
		width: 85%;
		height: 40px;
		background: none;
		border-bottom: 1px solid #aaaaaa;
		position:absolute;
		top:40%;
		margin: auto;
		left: 0;
		right: 0;
		font-size: 15px;	
	}
	
	.closesearch, a.closesearch {
		display: block;
		font-size: 44px;
		line-height: 50px;
		position: absolute;
		top: 5px;
		right: 15px;	
		color: #444;
	}
	
	a.closesearch:hover {
		background: none !important;	
	}
}




/* Navigation */
#menu {	
	height: auto;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	background-color:#31859c;
}
.menu-wrapper {
	background-color: #31859c;	
}
.menu-wrapper:after{
	content: '';
	display: table;
	clear:both;
}

nav {
	margin: 0 auto;

}

.menu_close, .menu_toggle {
	display: none;	
}







ul#navmenu-h {
	list-style: none; 
	position: relative; 
	text-align: center;
	z-index: 500 !important; 
	top:0;
	margin: auto;
}

ul#navmenu-h li { 
	display: inline-block; 
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul#navmenu-h li.header {
	display: none;	
}

/* Root Menu */



ul#navmenu-h li a {
	padding: 10px 35px;
	display: block;
	padding: 10px 12px;
	color: #ffffff;
	font: normal 13px opensansregular, Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em; 	
	text-align: center;
	text-decoration: none;
	margin: 0px -2px;
}

@media (max-width: 996px) {
	
	ul#navmenu-h li a {
	padding: 10px 12px;
	

}
}

/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color:#31859c;
	background-color:#ffffff;	 
}

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: 100%;
	overflow: hidden;
}

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 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: #4c4c4c;
	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 */


/* Banner */

#banner {
	width: 100%;
	max-height:100%;
	/*For fixed width banner
	width: 1000px;
	*/
	margin: auto;
	overflow: hidden;
	margin-top: -1px;
	text-align: center;
	position: relative;
}
@media (max-width: 1500px){
	#slider .nivo-main-image, .nivo-imageLink img, .nivo-slice img {
		width: 130vw !important;
		left: -15vw !important;	
	}
}
@media (max-width: 900px){
	#slider .nivo-main-image, .nivo-imageLink img, .nivo-slice img {
		width: 150vw !important;
		left: -25vw !important;	
		display: block !important;
	}
}
@media (max-width: 767px){
	#slider .nivo-main-image, .nivo-imageLink img, .nivo-slice img {
		width: 190vw !important;
		left: -45vw !important;	
		display: block !important;
	}
}
@media (max-width: 543px){
	#slider .nivo-main-image, .nivo-imageLink img, .nivo-slice img {
		width: 230vw !important;
		left: -65vw !important;	
		display: block !important;
	}
}



/* HOME-PAGE Content */

#maincontent {
	width: 100%;
	overflow: hidden;	
	padding: 45px 0 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#maincontent.homepage {
	padding-bottom: 0;	
}


/* SUB-PAGE Content */


/*********************
   Products
*********************/
.prod_thumbnail, a.prod_thumbnail {
	display: block;	
	width: 235px;
	height: 235px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.prod_thumbnail img, a.prod_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: auto;	
}

.usualprice {
	color: #afafaf;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: line-through;	
}

.price {
	font-size: 14px;
	color: #828286;	
	display: inline-block;
}

.usualprice.proddes_price, .price.proddes_price {
	font-size: 17px;	
}

.quickbuy_btn, input.quickbuy_qtn, input[type="button"].quickbuy_btn, input[type="submit"].quickbuy_btn {
	background: #ffffff url(../images/icon_prodcart.png) no-repeat center;	
	width: 35px;
	height: 35px;
	border: 1px solid #da1a32;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.quickbuy_btn:hover, input.quickbuy_qtn:hover, input[type="button"].quickbuy_btn:hover, input[type="submit"].quickbuy_btn:hover {
	border-color: #b0b0b0;
	background-image: url(../images/icon_prodcarthover.png);
}

a.promo_thumbnail, .promo_thumbnail {
	width: 230px;
	background: black;	
	height: 284px;
	position: relative;
	/*display: block;*/
	overflow: hidden;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

a.promo_thumbnail img, .promo_thumbnail img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
	webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	background: white;
}

a.promo_thumbnail:hover img, .promo_thumbnail:hover img {
	/* 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=70)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=70); 
  
  /* Modern Browsers */
  opacity: 0.7;
}

a.promo_link, .promo_link {
	color: #ffffff;	
	font-size: 18px;
	text-decoration: none;
}

a.promo_link:hover, .promo_link:hover {
	color: #ffd2d7;	
}

/* for 3 in a row */

a.promo_thumbnail {
	width: 100%;
	display: block;
	margin: auto;
	height: 438px;
	margin-bottom: 20px;	
}
		
a.promo_thumbnail img {
	width: 100%;	
}

/* for 3 in a row */

.prodImg {
	width: 320px;	
	height: 320px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.prodImg img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
}

.prod_name {
	font: normal 30px opensansregular, Arial, Helvetica, sans-serif;
	color: #c72031;
	display: block;
	line-height: 35px;
	margin-bottom: 5px;	
}

input.qty {
	background: white;	
	text-align: center;
	height: 35px;
	padding: 7px 40px;
	margin: 0;
	width: 120px;
	font: normal 15px opensansbold, Arial, Helvetica, sans-serif !important;
	color: #636363;
}

.pagination, .pagination li {
	margin: 0; 
	padding: 0;
	list-style: none;	
	text-align: center;
}

.pagination {
	width: 90%;
	margin: auto;
	padding: 10px 0 20px;	
}

.pagination li {
	margin: 1px;	
	display: inline-block;
}

.pagination li a {
	display: block;
	padding: 2px 7px;
	line-height: 12px;	
	font: normal 12px opensanslight, Arial, Helvetica, sans-serif;
	color: #686868;
	border: 1px solid #cecece;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-transform: uppercase;
	text-decoration: none;
}

.pagination li a:hover {
	border-color: #606060;	
}

.pagination li.active a, .pagination li.active a:hover {
	background: #909090;
	border-color: #909090;	
	color: #ffffff;
}

.pagination li.page_li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 5px;
	padding: 3px 13px;
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}

.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;	
}

.breadcrumbs .divider {
	background: transparent url(../images/breadcrumbs_div.png) no-repeat center;
	width: 10px;
	height: 15px;
	display: block;
}

.breadcrumbs.proddet {
	display: inline-block;
	vertical-align: middle;
	width: 600px;	
}

/**********************
   Product Details
**********************/
.proddet_img_div {
	position: relative;	
}

.proddet_img {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	background: white;	
	margin-bottom: 15px;
}

.proddet_img img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
}


/**********************
   Promotions 
**********************/
.promodiv a.promo_thumbnail, .promodiv .promo_thumbnail {
	height: 420px;
	background: white;	
	border: 2px solid #d6d6d6;
}

.promo_tag {
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);	
	right: -20px;
	top: -20px;
	left: auto;
	border: none;
}

.promodiv .promo_link, .promodiv a.promo_link {
	color: #c72031;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}

.promodiv .promo_link:hover, .promodiv a.promo_link:hover {
	color: #a20f21;
}

.promo_expiry {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: #808285;
	padding: 12px 15px;	
	margin-top: 30px;
}

.promodiv.active .promo_expiry, .promodet .promo_expiry {
	background: #da1a32;	
}

.promodet .promo_expiry {
	display: inline-block;
	padding: 12px 35px;	
}

.promodiv.active a.promo_thumbnail, .promodiv.active .promo_thumbnail {
	border: 2px solid #c72031;	
}

.promodet_img_div {
	width: 437px;
	position: relative;	
}

.promodet_img {
	width: 437px;
	height: 617px;
	overflow: hidden;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border: 1px solid #d6d6d6;
	background: white;
	position: relative;
}

.promodet_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.promo_terms {
	font-size: 12px;	
	line-height: 20px;
}

.promoterms_title {
	text-decoration: underline;	
}

/**********************
   Contact  
**********************/



/* Footer */

footer {
	width: 100%;
	background: #e0e0e0;
	text-align: left;
	font: normal 14px loraregular, Arial, sans-serif;
	color:#303030;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	padding-top: 40px;
	padding-bottom: 20px;
}
footer a {
    font-family: lorabold, Arial, sans-serif;
	font-size: 14px;
	text-decoration:underline;
	
}





/***********************
  CART
************************/
.cartHeader {
	font-size: 15px;
	line-height: 10px;	
}

.cart_thumb {
	width: 180px;	
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	background: white;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.cart_thumb img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.cart_des {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
}

.cart_prodname, a.cart_prodname {
	font-size: 16px;
	text-transform: uppercase;
	color: #da1a32;
	text-decoration: none;	
	display: block;
	margin-bottom: 3px;
}

a.cart_prodname:hover, .cart_prodname:hover {
	color: #c72031;	
}

.cart_price {
	font-size: 15px;	
}

.cart_qty {
	margin-top: 0;	
}

.cartHeaderRow {
	padding: 15px 40px;	
}

.cartHeader01 {
	padding-left: 6.5%;	
}

.cart_del, input.cart_del {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(../images/icon_del.jpg) no-repeat center;	
}

.cart_del:hover, a.cart_del:hover {
	/* 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=30)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=30); 
  
  /* Modern Browsers */
  opacity: 0.3;		
}

/***********************
  Delivery
************************/
.checkout_steps {
	max-width: 350px;
	width: 95%;
	margin: auto;
	text-align: center;	
}

.checkout_steps ul, .checkout_steps li {
	list-style: none;	
	margin: 0;
	padding: 0;
	text-align: center;
}

.checkout_steps ul {
	background: transparent url(../images/redline.jpg) repeat-x left center;	
	display: inline-block;
}

.checkout_steps li {
	display: inline-block;
	margin-left: 35px;		
}

.checkout_steps li a {
	width: 30px;
	height: 30px;
	background: #898989;
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 30px;
}

.checkout_steps li a.active, .checkout_steps li.active a {
	background: #da1a32;	
}

.checkout_steps li:first-child {
	margin-left: 0;	
}


/***********************
  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;
   }
}

@media (max-width:767px)  {
	body {		
	    font: normal 13px opensansregular, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:center;
		line-height:1.7;
	}
	
	
}



@media (max-width:816px) {
	

	
	
	
	#maincontent, #wrapper, body, html, footer, header, .container, .footer_wrapper, .header_wrapper {
		min-width: 0;	
		width: 100%;
	}
	
	.footer_wrapper {
		padding-top: 5px;	
	}
	
	#maincontent {
		width: 95%;	
	}
	
	.logo {
		width:70%;	
		/*text-align: center;*/
	}
	
	.logo img {
		display: inline-block;	
	}
	
	nav {
		width: 100%;	
		text-align: center;
		z-index: 5;
	}
	
	
	.nav_wrapper {
		z-index:99;
		position: fixed;
		left: -100%;
		top: 0;
		width: 80%;
		height: 100%;
		background:white;
		webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		transition: all 500ms ease-out;	
	}
	
	
	.accHeader {
		font-size: 18px;	
	}
	
	.width100 {
		width: 100% !important;	
	}
	
	.second_col, .first_col {
		margin: 0;	
	}

	.sec-spacing-top {
		margin-top: 35px !important;
	}
	
	.mobFullWd {
		width: 150px !important;	
		margin-bottom: 5px;
	}
	
	.mobRow {
		display: block;
		margin-left: 28px;
	}
	
	.mobView {
		display: inline-block !important;	
	}
	
	.deskView {
		display: none !important;	
	}
		
	.lesspacing {
		margin-right: 5px !important;
	}
	
	.table_responsive {
		border: none;	
	}
	
	.bca_label {
		padding: 8px;	
	}
	
	input.bca_input {
		font-size: 18px;	
	}
	
	input.bca_finalinput {
		font-size: 25px;	
	}
	
	.spacing-acct {
		margin-top: 10px;	
	}
	
	.logocol {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 15px auto;
		width: 100%;
	}
	
	.footer_right, .footer_left {
		float: none;
		width: 100%;
		text-align: center;	
	}
	
	
	ul#navmenu-h {	
		height: 100%;
		display: block !important;
	    background-color:#31859c;
	}
	
	
	
	ul#navmenu-h, ul#navmenu-h li {
		display: block;	
		margin: 0;
		padding: 0;
	
	}
	
	
	ul#navmenu-h ul {
		top: 0;
		left: 100%;	
	}
	
	ul#navmenu-h li a {
		color: #ffffff;	
		padding: 13px 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border: none;
		letter-spacing: 0;
		font: normal 13px opensansregular, Arial, Helvetica, sans-serif;
	}
	
	ul#navmenu-h li {
		border:none;
		border-bottom: 1px solid #fff;	
		position: static;
		padding: 10px 20px;
	}
	
	ul#navmenu-h li:last-child, ul#navmenu-h li li {
		padding: 10px 20px;
	}
	
	ul#navmenu-h li:hover a {
		text-decoration: underline;
	}
	
	ul#navmenu-h ul, ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
		/*display: block;*/
		background: none;
		width: 100%;
		float: none;
		border: none;
		min-width: 0;
	}
	
	ul#navmenu-h li li a, ul#navmenu-h li:hover li a, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li:hover li:hover li:hover li a {
		text-align: center;	
		text-decoration: none;
	}
	
	ul#navmenu-h a, ul#navmenu-h ul a, ul#navmenu-h ul ul a, ul#navmenu-h ul ul ul a, ul#navmenu-h ul li:hover a, ul#navmenu-h ul ul li:hover a, ul#navmenu-h ul ul ul li:hover a, ul#navmenu-h li:hover li a, ul#navmenu-h ul a:focus, ul#navmenu-h ul ul a:focus, ul#navmenu-h ul ul ul a:focus, ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a, 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, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a, ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-h li:hover a {
		background: none !important;
		color: white !important;
		text-align: center;	
		text-decoration: none;
	}
	
	/***********************
	MultiPush Menu (Slink) - Mobile
	************************/
	
	/*Overlay Effect*/
	#overlay {
		opacity: 0;	
		transition: opacity 0.5s ease;
		height: 100%;
		width: 0;
	}
	
	#overlay.active {
		background: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
		background: transparent url(../images/overlay.png) repeat;
		z-index: 9999;
		opacity: 1;
		transition: opacity 0.5s ease;
	}
	
	
	/*Do Remove or Modify*/
	nav {
		float: none;	
	}
	
	/*Multi Menu Icon*/
	.menu_toggle, .menu_close {
		margin-top: -5px;
		color: white;
		font-size: 44px;
		line-height: 50px;
		padding-left: 10px;
		float: right;	
		cursor: pointer;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none;   /* Chrome/Safari/Opera */
		-khtml-user-select: none;    /* Konqueror */
		-moz-user-select: none;      /* Firefox */
		-ms-user-select: none;       /* Internet Explorer/Edge */
		user-select: none;           /* Non-prefixed version, currently
										not supported by any browser */
										
		/*margin-top: -48px;*/
		margin-right: 10px;	
		display: block;
	}
	
	.menu_close {
		position: absolute;
		top: 5px;
		right: 15px;	
		color: #99d4e4;
		padding-left: 0;
		z-index: 501;
		margin: 0;
	}
	
	.menu_close:hover {
		color: #ffffff;	
	}
	
	#menu {
		float: none;
		height: 100% !important;
		top: 0;
		left: 0;
		position: fixed;
		min-height: 100% !important;	
		z-index: 99999;
		/* Please make sure the width and left % are the same as it will affect how fast menu will animate */
		width: 80%;
		left: -80%;
		overflow: hidden;
		overflow-y: auto;
		background: #31859c;
		transition-property: left;
		transition-timing-function:ease;
		-webkit-transition-property: left;
		-webkit-transition-timing-function:ease;
		-moz-transition-property: left;
		-moz-transition-timing-function:ease;
		-o-transition-property: left;
		-o-transition-timing-function:ease;
	}

	#menu.active {
		left: 0;
	}
	
	/* Slinky CSS */
	.slinky-menu {
		overflow: auto;
		height: 100%;
		transform: translateZ(0);
		transition: all 300ms ease;
		-webkit-transform: translateZ(0);
		-webkit-transition: all 300ms ease;
	}
	
	.slinky-menu > ul, ul#navmenu-h {
		left: 0;
		position: relative;
		transform: translateZ(0);
		transition: all 300ms ease;
		-webkit-transform: translateZ(0);
		-webkit-transition: all 300ms ease;
	}
	
	.slinky-menu ul,
	.slinky-menu li {
		list-style: none;
		margin: 0;
	}
	
	.slinky-menu ul {
		width: 100%;
	}
	
	.slinky-menu a {
		display: block;
	}
	
	.slinky-menu li ul {
		display: none;
		left: 100%;
		position: absolute;
		top: 0;
		/*display: block !important;*/
	}
	
	.slinky-menu .header {
		position: relative;
	}
	
	.slinky-menu h2 ~ a.back {
		left: 0;
		position: absolute;
		top: 0;
	}
	
	.slinky-menu a.back, ul#navmenu-h li a.back {
		margin: 0;
		background: none;	
		color: #101010;
	}
	
	ul#navmenu-h li:hover a.back {
		background: none;
		color: #333333;
	}
	
	.slinky-menu a.back:hover, ul#navmenu-h li a.back:hover {
		color: #012a53;	
	}
	
	.slinky-menu h2 {
		font-size: 1em;
		margin: 0;
		text-align: center;
	}
	
	/* Default theme */
	
	/*.slinky-menu .header {
		background: #AAA;
	}*/
	
	.slinky-menu h2 {
		color: #FFF;
		padding: 1em;
	}
	
	.slinky-menu a {
		/*background: #AAA;*/
		border: none;
		color: #FFF;
		padding: 1em;
	}
	
	.slinky-menu a:hover {
		background: #000;
	}
	
	/* Slinky back and next arrow
		You may amend the look of it or remove them if you do not wish to have any
	*/
	.slinky-menu a.next:after {
		content: '\276f';
		margin-left: 1em;
		float: right;
	}
	
	.slinky-menu a.back:before {
		content: '\276e';
		margin-right: 1em;
		float: left;
	}
	/* End of Slinky */

	ul#navmenu-h li.header {
		display: block;	
	}
	
	ul#navmenu-h li:hover a {
		color: #ccf2fd !important;
	}
}


@media (max-width: 543px){
	h1, h1 a, h1 a:link {
		font-size: 7vw;
		line-height: 8.5vw;
	}
	h2, h2 a, h2 a:link {
		font-size: 6vw;
		line-height: 7.5vw;	
	}
	h3, h3 a, h3 a:link {
		font-size: 5vw;
		line-height: 6.5vw;	
	}
	h4, h4 a, h4 a:link {
		font-size: 4vw;
		line-height: 5.5vw;	
	}
	h5, h5 a, h5 a:link {
		font-size: 3vw;
		line-height: 4.5vw;	
	}
	h6, h6 a, h6 a:link {
		font-size: 15px;
		line-height: 24px;	
	}
}
@media (max-width: 480px){
	#menu {
		width: 85%;
		left: -85%;	
	}
}

/***********************
  ADD ON
************************/
.txt-xs-left { text-align: left; }
.txt-xs-right { text-align: right; }
.txt-xs-center { text-align: center; }
.txt-xs-justify { text-align: justify; }

@media (min-width: 544px) {
.txt-sm-left { text-align: left; }
.txt-sm-right { text-align: right; }
.txt-sm-center { text-align: center; }
.txt-sm-justify { text-align: justify; }
}

@media (min-width: 768px){
.txt-md-left { text-align: left; }
.txt-md-right { text-align: right; }
.txt-md-center { text-align: center; }
.txt-md-justify { text-align: justify; }
}

@media (min-width: 992px) {
.txt-lg-left { text-align: left; }
.txt-lg-right { text-align: right; }
.txt-lg-center { text-align: center; }
.txt-lg-justify { text-align: justify; }
}

@media (min-width: 1200px) {
.txt-xl-left { text-align: left; }
.txt-xl-right { text-align: right; }
.txt-xl-center { text-align: center; }
.txt-xl-justify { text-align: justify; }
}

.showSlink {
	display: block !important;	
}

/***********************
  Subpages Template
************************/
.redbox {
	background: #c41315;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 13px 15px 16px;
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-family: opensansextrabold, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 38px;	
}

.subpage_ans_bg {
	background: transparent url(../images/subpage_bg.png) no-repeat center top;	
}

.subpage_ans_txt {
	font-family: opensanssemibold, Arial, Helvetica, sans-serif;
	color: #1f4482;
	font-size: 28px;
	line-height: 32px;	
}

a.blue_btn, .blue_btn {
	color: white;
	background: #17387d url(../images/btn_bg.jpg) repeat-x left top;
	font-family: opensansextrabold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 8px 30px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	line-height: 20px;
}

.bubble_qns {
	background: transparent url(../images/bubble_overlay.png) repeat;
	border: 5px solid #c4e476;	
	padding: 50px 20px 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: opensansregular, Arial, Helvetica, sans-serif;
	line-height:25px;
	font-size: 22px;
	color: #333;
	position: relative;
	z-index: 3;
}

.toggle_qns {
	display: none;	
}

.more-zindex {
	position: relative;
	z-index: 3;	
}

.subpage_qns {
	background: transparent url(../images/cloud_bg.png) no-repeat center 80%;
	min-height: 548px;
}

.topextra {
	margin-top: 80px;	
}

@media (max-width: 61.9em) { 
	.subpage_ans_txt {
		font-size: 20px;
		line-height: 25px;
	}
	.bubble_qns {
		font-size: 15px;
		line-height: 21px;
		padding: 35px 20px 30px;	
	}
}

@media (max-width: 47.9em) {
	.bubble_qns {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

/***********************
  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;
}

.bubble_qns {
	background: transparent url(../images/bubble_overlay.png) repeat;
	border: 5px solid #c4e476;	
	padding: 50px 20px 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: opensansregular, Arial, Helvetica, sans-serif;
	line-height:25px;
	font-size: 22px;
	color: #333;
	position: relative;
	z-index: 3;
}

.toggle_qns {
	display: none;	
}

.more-zindex {
	position: relative;
	z-index: 3;	
}
