@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 20 May 2015)*/
   
/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
	color: #333;
	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:#033e80;
 	ie-dummy: expression(this.hideFocus=true);
}

select:-moz-focusring {
	 color: transparent;
	 text-shadow: 0 0 0 #878787;
}

/* Font Embed */

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol-webfont.woff2') format('woff2'),
         url('../fonts/lato-bol-webfont.woff') format('woff'),
         url('../fonts/lato-bol-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-regita-webfont.eot');
    src: url('../fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regita-webfont.woff2') format('woff2'),
         url('../fonts/lato-regita-webfont.woff') format('woff'),
         url('../fonts/lato-regita-webfont.ttf') format('truetype'),
         url('../fonts/lato-regita-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lig-webfont.woff2') format('woff2'),
         url('../fonts/lato-lig-webfont.woff') format('woff'),
         url('../fonts/lato-lig-webfont.ttf') format('truetype'),
         url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff2') format('woff2'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HTML */

html {
	position: relative;
	min-height: 100%;
}
body {
	background: #ffffff;
	color: #333;
	font: normal 17px 'lato', Arial, Helvetica, sans-serif;
	line-height: 30px;
	letter-spacing: 0.25px;
	height: auto;
	margin: 0;
}

body.overflow-hidden, html.overflow-hidden {
	overflow: hidden;	
}

body.overflow-hidden {
	position: fixed;	
	width: 100%;
	min-height: 100%;
}

td {
	position: relative;
}
p {
	margin-bottom: 20px;
	font-weight: normal;
	text-align: justify;
}
.clear {
	clear: both;
}
.clr_padleft {
	padding-left: 0;
}

.clr_padright {
	padding-right: 0;
}

.makeoneline {
	display: block;
}

/* spacing  */
.spacing-top {
	margin-top: 20px
}
.spacing-top-extra {
	margin-top: 40px;
}
.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: 40px;
}
.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 !important;
}
@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-family: 'lato', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1, h1 a, h1 a:link {
	color: #333;
	font-size: 30px;
	margin: 0 0 0 0;	
	text-transform: uppercase;
	line-height: 45px;
}

h2, h2 a, h2 a:link {
	font-size: 22px;
	color: #333;
}

h3, h3 a, h3 a:link {
	color: #333;
	font-size: 22px;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 33px;
}

h4, h4 a, h4 a:link {
	color: #333;
	font-size: 17px;
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

h5, h5 a, h5 a:link {
	margin: 0 0 0 0;
}

h6, h6 a, h6 a:link {
	margin: 0 0 0 0;
}

.txt-small {
	font-size: 12px;
}

label {
	color: #333;
	text-transform: uppercase;
	font: normal 12px 'lato', Arial, Helvetica, sans-serif;
}

b, strong {
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
i, em {
	font-family: opensansitalic, Arial, Helvetica, sans-serif;
	font-style: normal;
}
i b, i strong, em b, em strong, b i, b em, strong i, strong em {
	font-family: opensansbolditalic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
/* Listing Styles */

ol, ul {
	margin-left: 20px;
}

ol > li {
	margin-bottom: 15px;
}

ul, 
ul.ul2 { margin-top: 10px; }

ul li,
ul.ul2 li {
	list-style: disc outside;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 15px;
}

ul.ul2 li {
	font-size: 14px;
	padding-bottom: 10px;
}

/* 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: #333;
	font: normal 17px 'lato', Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
}

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;
	
	background: #033e80;
	color: #fff;
	font: normal 14px 'latolight', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 30px;
	margin-top: 10px;
}

input:focus, input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}

/* Back to top style */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	padding: 10px 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp, a#scrollUp {
	bottom: 30px;
	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: #ececec;
	height: 1px;
	width: 100%;
	border: none;
	margin: 20px 0;
}

hr.thickhr {
	background: #ececec;
	height: 3px;
	width: 100%;
	border: none;
	margin: 40px 0;
}

.outline {border:#e7e7e7 1px solid;
	
}

/* 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;	
}

/* Header */

header {
	width: 100%;
	min-width: 1140px;
	margin: 0 auto;
	padding: 16px 0 0;
	background: url(../images/header_bg.png) repeat-x center top;
}

.logo {
	float: left;
	padding-bottom: 16px;
}

.header_rgtprt {
	float: right;
	padding-top: 30px;
}

.contactinfo {
	float: left;
	
	color: #033e80;
	font: normal 18px 'latobold', Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 28px;
	margin-right: 15px;
}

.ph_ico {
	background: url(../images/phone_ico.png) no-repeat left;
	padding-left: 15px;
	display: block;
	
	color: #515152;
	font: normal 14px 'latoitalic', Arial, Helvetica, sans-serif;
	text-align: left;
}

a.enquiry {
	float: right;
	background: #0853a8;
	border-radius: 5px;
	padding: 13px 25px;
	margin-left: 20px;
	
	color: #fff;
	font: normal 13px 'lato', Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
}

.fb-icon {
	margin-top: 3px; }

/* Navigation */

#menu {	
	height: auto;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	background: #033e80;
}

nav {
	margin: 0 auto;
}

.menu_close, .menu_toggle {
	display: none;	
}


ul#navmenu-h {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
	text-align: center;
	z-index: 500 !important; 
}

ul#navmenu-h li { 
	display: inline-block; 
	position: relative;
	padding-bottom: 0;
}

ul#navmenu-h li.header {
	display: none;	
}

/* Root Menu */

ul#navmenu-h li a {
	display: block;
	background: url(../images/nav_divider.png) no-repeat right;
	padding: 15px 45px 15px 35px;
	color: #ffffff;
	font: normal 12.5px 'latobold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px; 	
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
	border: none;
}
ul#navmenu-h li:last-child a {	
	background: none;
}


/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color: #53d000;	 
}

ul#navmenu-h li.active a, ul#navmenu-h li a.active {
	color: #53d000;
}

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 */


/* Banner */

#banner {
	width: 100%;
	/*For fixed width banner
	width: 1000px;
	*/
	margin: auto;
	overflow: hidden;
}

#slider {
	width: 2000px;
	margin: auto;	
}


/* HOME-PAGE Content */

#maincontent {
	width: 100%;
	overflow: hidden;	
	padding: 0 0 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#maincontent.homepage {
	background: url(../images/bg_map.png) no-repeat center top;
	padding-top: 15px;
	padding-bottom: 0;	
}

#maincontent.contactpage {
	padding-bottom: 0;
}

.hightlight {
	background: #f1f1f1;
	border-radius: 30px;
	color: #317c00;
	font: normal 18px 'latobold', Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 18px 35px;
}

.fourcols {
	margin-top: 40px;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.bar_txt {
	position: absolute;
	/*background: url(../images/h_line.png) no-repeat center;*/
	width: 100%;
	height: 64px;

	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	color: #fff;
	font: normal 1.27vw 'latobold', Arial, Helvetica, sans-serif;
	padding-top: 15px;
	text-align: center;
	line-height: 30px;
	text-shadow: 2px 2px 1px #000;
	text-transform: uppercase;
}

.subbanner {
	background:url(../images/subbanner_bg.jpg) no-repeat center top;
	width: 100%;
	height: 200px;
	
	color: #fff;
	font: normal 30px 'latobold', Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 2px 2px 1px #000;
	text-transform: uppercase;
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
}

.txthighlight {
	font-family: 'lato', Arial, Helvetica, sans-serif;
}

/* Accordion */

.sidenav {
	margin: 0px;
	padding: 0px;
	height: 1%;
	overflow: hidden;
}

ul.topnav {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: disc outside !important;
	margin-top: 5px;
}

ul.topnav li {	
	list-style: none;
	padding: 0;
	margin: 0;
	background: white;
	border:0;
	padding: 0;
	border-bottom: 1px solid #ececec;
}

ul.topnav li:last-child {
	border-bottom: none;
}

/*------Sec lvl-----*/

ul.topnav li a {
	color: #000;
	display: block;	
	font: normal 22px 'lato', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1px;
	padding: 20px 0;

	text-decoration: none;	
	text-align: left;
}

ul.topnav li.active,
ul.topnav li a:hover,
ul.topnav li a.active {
	color: #000;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;		
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
	background: none;
	border: none;
	list-style: none;
}

ul.topnav ul li:not(.active) a {
    color: #616161;
}

ul.topnav ul li a {
	color: #666;
	font: normal 13px 'lato', Arial, Helvetic sans-serif;
	padding: 3px 0;
	letter-spacing: 0.1px;
	text-transform: none;
}

ul.topnav li:first-child ul li.active a,
ul.topnav li ul li a:hover{
	color: #343434 !important;
}

ul.topnav ul ul.accorlists {
	display: block;
	list-style: disc outside;
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.topnav ul ul li {
	color: #333 !important;
	font: normal 16px 'lato', Arial, Helvetic sans-serif;
	list-style: disc outside;
	line-height: 20px;
	text-align: left;
	padding-bottom: 15px;
	text-transform: none;
}

ul.topnav span{
	float: right;
	padding-top: 10px;
}

/* Footer */

footer {
	width: 100%;
	background: #0a0e12;
	position: absolute;
	bottom: 0;
	
	color: #d9d9d9;
	font: normal 12px 'lato', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 30px 0;
	line-height: 25px;
}



/***********************
  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) {
	
	#maincontent, #wrapper, body, html, footer, header, .container, .footer_wrapper, .header_wrapper {
		min-width: 0;	
		width: 100%;
	}
	
	
	#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;	
	}
	
	
	h1 {
		font-size: 30px;
		line-height: 33px;	
	}
	
	h3 {
		font-size: 22px;	
	}
	
	.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, ul#navmenu-h li {
		display: block;	
		margin: 0;
		padding: 0;
	}
	
	ul#navmenu-h {	
		height: 100%;
		display: block !important;
		padding-top: 50px;
	}
	
	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.5px;
		font: normal 12.5px 'latobold', Arial, Helvetica, sans-serif;
	}
	
	ul#navmenu-h li {
		border:none;
		border-bottom: 1px solid #044a98;	
		position: static;
		padding: 10px 20px;
	}
	
	ul#navmenu-h li:last-child, ul#navmenu-h li li {
		border: none;	
		padding: 10px 20px;
	}
	
	ul#navmenu-h li:hover a {
		color: #53d000;
	}
	
	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;
		text-transform: uppercase;
		padding: 15px 0;
		font-size: 12px;
	}
	
	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 {
		color: #033e80;
		font-size: 44px;
		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: -65px;
		margin-right: 15px;	
		display: block;
	}
	
	.menu_close {
		font-size: 40px;
		position: absolute;
		top: 5px;
		right: 15px;	
		color: #86bfff;
		padding-left: 0;
		z-index: 501;
		margin: 0;
	}
	
	.menu_close:hover {
		color: #ffffff;	
	}
	
	.fb-icon {
		margin-top: -63px;
		margin-right: 50px;
	}
	
	#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: #033e80;
		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;	
	}
	.subbanner {
		background: url(../images/sub_topbar.jpg) no-repeat center 33%, url(../images/subbanner_bg.jpg) no-repeat center top;
		font-size: 26px;
		padding-top: 85px;
	}
}

@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; }
}

@media (min-width: 767px) and (max-width: 1199px) {
	ul#navmenu-h li a {
		padding: 10px 35px 10px 25px;
		color: #ffffff;
		font: normal 11px 'latobold', Arial, Helvetica, sans-serif;
	}	
}

@media (min-width: 320px) and (max-width: 1199px) {
	.nivo-caption {
		font: normal 2.5vw 'latobold', Arial, Helvetica, sans-serif !important;
	}
}

@media (max-width: 991px) {
	.bar_txt {
		font-size:2.5vw;
	}
}

@media (max-width: 543px) {
	.bar_txt {
		font-size: 3.5vw;
	}
}

.showSlink {
	display: block !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;
}