


	html, body {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		overflow:hidden;
		}
	
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 767px) {		
		body{ 
			overflow-x:hidden; 
			overflow-y: auto;
			padding-left:0px;
			padding-right:0px; 
			}	
		} 
	
	/* Note: Design for a width of 480px */
	@media only screen and (min-width: 480px) and (max-width: 767px) {	
		body{ overflow-x:hidden; overflow-y: auto; }
		}	
	
	
/* Logo Style */	
	.logo {
	position: relative;
	width: auto;
	height: 251px;
	float: left;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
		}
		
		.logo img{
			display:block;
			bottom:0px;
			max-height: 100%;
			width:auto;
			}
	
	.topMenu .header .logo{ width:180px; margin:0px 0px 0px 0px;}
	.topNav ul li ul {
		position: absolute;
		margin: 0 auto;
		top: 58px;
		width: 150px;
		display: none;
		left:  -35px !important;
		
		opacity: 0;
		visibility: hidden;
		
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-transition: opacity 0.2s;
		}
	@media only screen  and (min-width: 768px) and (max-width: 979px) {
		.logo { height:254px; }
		.topMenu .header .logo{ padding-top:5px;}	
		}

	
/* Header style*/	

	.header{
		z-index:100000000;
		position:fixed !important;	
		width:250px !important;
		display:block;
		height:100%;	
		top:0px !important;
		overflow:visible;
		
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		-webkit-transform: translateZ(0);
		-webkit-transition: translate3d(0,0,0);
		}
		
	.enableTransition_header{
		transition: left 0.25s ease-in-out;
		-webkit-transition: left 0.25s ease-in-out;
		-moz-transition: left 0.25s ease-in-out;
		-ms-transition: left 0.25s ease-in-out;
		-o-transition: left 0.25s ease-in-out;
		-transition: left 0.25s ease-in-out;
		}
		
	.header_content{
		overflow-y:auto;
		display:block;
		position:relative;
		}
		
/* Menu */
.nav .fa {
	padding-left: 5px;
}
	
	.leftNav ul.nav{
		clear:both;
		display: block;	
		padding-top:40px !important;	
		}
		
	.leftNav ul li, .topNav ul li {
		font-family: 'Oxygen', 'Trebuchet MS', sans-serif;
		font-weight:700;
		font-size:14px;
		text-align: center;
		margin:0px;
		white-space: nowrap;
		text-transform: uppercase;
		}
	
	.leftNav ul li a{
		display: inline-block;
		padding:10px 10px 10px 40px;
		margin:0px;
		display:block;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}
		
	
	
	.leftNav ul li a i { margin:0px 5px 0px 0px}
	.leftNav ul li ul { margin-top:0px; margin-bottom:0px; }
	.leftNav ul li ul li { font-size:11px !important; font-weight:400; padding:0px 0px 0px 0px;}
	.leftNav ul li ul li a{ padding:5px 10px 5px 30px; }
	.leftNav ul li ul li a.last{ padding:5px 10px 5px 30px; }
	
	
	.leftNav ul li ul{
		position:relative;
		display:block;		
		overflow:hidden;
		height:0px;
		}
		
	.leftNav ul li ul.open {
		display:block;		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity : 1;
		height:auto;
		}
		
	.leftNav ul li ul.close {		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity:0;
		height:0px;

		}
	
	
	
/* Top Menu */		
		
	.topNav ul li { margin:0px 0px 10px 0px; }
	.topNav ul li a { padding:20px 10px 20px 10px; }
	.topNav ul li ul li { font-size:11px !important; font-weight:400; padding:0px; margin:0px }
	.topNav ul li  ul li a {  padding:10px 10px 10px 10px; }
	
	
	.topNav ul {
	display: inline;
	list-style: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
		}
	.topNav ul li {
		display: inline-block;	 
		position: relative;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		}
		
	.topNav ul li a{
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}
	
	.topNav ul li ul {
		position: absolute;
		margin: 0 auto;
		top: 58px;
		width: 150%;
		display: none;
		left:  0px !important;
		
		opacity: 0;
		visibility: hidden;
		
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-transition: opacity 0.2s;
		}
	
	.topNav ul li ul li a{
		text-align:center !important;
		display:block;
		}
		
	.topNav ul li ul li {	 
	  	display: block; 
		}

	.topNav ul li:hover ul {
		display: block;
		opacity: 1;
		visibility: visible;
		}


	
	
	@media only screen and (max-width: 479px) {
		.leftNav ul{
			padding-top:0px;
			}
		}
	
	.addFadeEffect {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		}
		
		
	/* Menu Show / Hide button */
	
	.closeMenu, .showHideMenu, .iButton{	
		padding: 5px 10px 4px 10px;		
		cursor:pointer;
		display: inline-block;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		display:none;
		}
		
	.iButton{ display: inline-block; }
	
	.topMenu .closeMenu, .topMenu .showHideMenu{
		visibility:hidden !important;
		display:none !important;
		}
		
	.showHideMenu{
		z-index:10002568;
		position:fixed;
		left: 10px; 
		top: 10px;	
		}
	
	.closeMenu{
		z-index:9;
		position:absolute;
		left:5px;
		top: 10px;
		}
	
	@media (max-width: 1519px) {
		.showHideMenu, .closeMenu{ display:inline-block; }
		.header_content{ height:100% !important; }	
		}

/* Footer style*/	

	.menu_footer{
		bottom:10px  !important;
		padding:50px 20px 0px 20px;
		display:block;
		position:relative !important;
		}

	.topMenu .menu_footer{
		visibility:hidden !important;
		}

	@media only screen and (max-width: 767px) {	
		.menu_footer{
			padding:50px 10px 0px 10px;
			}
		}
/*	VRJ style	*/	
.headerarea {
	background-color: #B4B5B8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clearall {
	clear: both;
}
.mobileheader {
	color: #FFF;
	background-color: #3E3E40;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.mobilelogo {
}
.mobiletel {
}
.moblieno {
	display: none;
}
.mobileyes {
	display: block;	
}
.sidetel .fa {
	padding-right: 5px;
	color: #424040;	
}
.sidetel {
	text-align: center;
	font-size: 1.4em;
	margin-top: 20px;
	clear: both;
	float: none;
}
.sidetel a:link,  .sidetel a:visited {
	color: #FFF;
	text-decoration: none;
}
.sidetel a:hover, .sidetel a:active {
	color: #FFFFFF!important;
}
.largetel .fa {
	padding-right: 5px;
	color: #424040;	
}
.largetel {
	text-align: center;
	font-size: 1.4em;
	margin-top: 20px;
}
.pageheading {
	font-family: 'oxygen', sans-serif;
	font-size: 28px;
	color: #005699;
	line-height: 30px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px
}
.pageheading h1 {
	font-family: 'oxygen', sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #005699;
}
.tagline {
	font-family: 'oxygen', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: none !important;
	text-transform: uppercase;
}
.smallheading h1, .smallheading h2 {
	font-size: 18px;
	color: #00A3D9!important;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentspacer {
	height: 5px;
}
.centitem {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.button .fa {
	padding-left: 10px;
}
.padiconright {
	padding-right: 10px;
}
.padiconleft {
	padding-left: 10px;
}	
.blockleft, .blockleft69, .blockright69, .blockleft59, .blockleft39, .blockright59 {
	float: none;
	width: 100%;
}
.blockright, .blockright29, .blockleft29,.fiveblock ,.threeblock ,.threeblocklast,.fourblock, .blockright39,  .ICcontent, .ICside {
	float: none;
	width: 100%;
}
.fourblock {
		margin-bottom: 5px;
}
.fiveblock .fig-item {
	padding: 5px;
}
.blockleft2 {
	float: none;
	width: 100%;
	text-align: left;
}
.blockright2 {
	float: none;
	width: 100%;
	text-align: left;
}
.blockfull {
	float: none;
	width: 100%;
	text-align: left;
	clear: both;
}
.blockimgfltright {
	float: right;
	text-align: right;
	margin-bottom: 0.63em;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}
.blockimgfltleft {
	float: left;
	text-align: left;
	margin-bottom: 0.63em;
	margin-left: 0%;
	margin-right: 2%;
}
.block50left {
	float: left;
	width: 49%;
}
.block50right {
	float: right;
	width: 49%;
}
.block70left {
	float: left;
	width: 69%;
}
.block30right {
	float: right;
	width: 29%;
}
.txtalignright {
	text-align: right;
}
.footitem {
	padding-top: 0px;
	padding-bottom: 20px;
}
.boxfltleft {
	float: left;
	padding-right: 10px;
}
.sketchbg {
	background-color: #FFF;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whitebg {
	background-color: #FFF;
}
.parastyle1 {
	-webkit-box-shadow: 0px 1px 3px 0px #555;
	-moz-box-shadow: 0px 1px 3px 0px #555;
	box-shadow: 0px 1px 3px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.parastyle1 .notice h3 {color: #C80812!important; font-weight: bold!important}

.featured4 a:link,  .featured4 a:visited {
	color: #FFFFFF!important;
	text-decoration: none;
	background-color: #B20000;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-right: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	display: block;
	text-align: center;
    font-size: 23px;
}
.featured4 a:hover,.featured4 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #501900;
}

.sideimg, .sideimg2, .sideimg3 {
	text-align: center;
}
.sideimg3 {
	background-color: #FFF;
	padding: 3px;
}
.sideimg img,.sideimg3 img {
	border: 1px solid #EEEEEE;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.featured,.featured2 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.featured .fa,.featured2 .fa{
	padding-left: 10px;
}
.featured a:link,  .featured2 a:link,  .featured a:visited,  .featured2 a:visited {
	color: #FFFFFF!important;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	display: inline-block;
	font-size: 1.0em;
}
 .featured a:link,   .featured a:visited {
	background-color: #00A3D9;
}
 .featured2 a:link,   .featured2 a:visited {
	background-color: #5E8BA5;
}
 .featured a:hover,  .featured2 a:hover,  .featured a:active,  .featured2 a:active {
	color: #FFFFFF!important;
	text-decoration: none;
	background-color: #3E3E40;
}
.testimonial {
	padding-top: 25px;
	padding-bottom: 25px;
}
.testimonial2 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #EAF1F3;
	padding: 15px;
	margin-bottom: 20px;
}
.testitop{
	background-image: url(../images/quote-top.png);
	display: block;
	height: 31px;
	background-repeat: no-repeat;
	background-position: left top;
}
.testitxt {
	padding-right: 5%;
	padding-left: 5%;	
}
.mainContent .testitxt p {text-align: center;
}
.testifoot {
	background-image: url(../images/quote-bottom.png);
	height: 31px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* contact form */

.contactform {
	padding: 0px;
}
.bg6style .contactform {
	background-color: #FFF;
	padding: 10px;
}
.contactform a:link,  .contactform a:visited {
	color: #666666;
	text-decoration: none;
}
.contactform a:hover, .contactform a:active {
	color: #F24A25;
	text-decoration: underline;
}
.contactform input {
	font-size: 1em;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #E5EBEB;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contactform .field300, .quickcontact .field300{
	width: 90%;
}
.contactform .field1 {
	width: 15%;
}
.contactform textarea {
	font-size: 1em;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #E5EBEB;
	margin-top: 10px;
}
.contactform fieldset {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #B2B2B2;
}
.contactform legend {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:   0px ;
	font-size: 0.882em;
	color: #444655;
	font-weight: normal;
	border: none;
	display: inline-block;
	width: auto;
}
.smalltxt {
	font-size: 0.8em;
}
.lrgtxt {
	font-size: 1em;
}
.contactform label {
	font-size: 1em;
	color: #2B3B61;
	font-weight: normal;
	
}
.contactform option {
	color: #333333;
	border: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.contactform select {
	background-color: #E5EBEB;
	border: 1px solid #CCC;
	margin-top: 5px;
}

.contactform  #contactsubmit {
	font-size: 1em;
	color: #FFF;
	background-color: #00A3D9;
	padding: 6px;
}
.contactform  #contactclear {
	font-size: 1.0em;
	color: #FFF;
	background-color: #999999;
	padding: 6px;
}
.tablestyle, .tablestyle p {
	font-size: 1.0em;
}
.tablestyle table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
.tablestyle td, .tablestyle th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
	padding: 10px;
	text-align: left;
}
.tablebg1, .tablebg1 p {
	color: #FFF;
	background-color: #3E3E40;
}
.tablebg2 {
	background-color: #FCF7E6;
}
.odd {
	background-color: #FAFAFA;
}
 .cent  {
	text-align: center!important;
}
@media only screen and (min-width: 479px) {
	.fiveblock {
	text-align: center;
	float: left;
	width: 50%;
}	
.threeblock {
	float: left;
	width: 32.75%;
	margin-right: 0.5%;
}
.threeblocklast	{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 33%;
}
.fourblock {
	width: 48%;
	margin-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
.blockimgfltright {
	float: right;
	text-align: right;
	margin-bottom: 0.63em;
	margin-left: 0%;
	margin-right: 2%;
	width: 40%;
}
.blockimgfltleft {
	float: left;
	text-align: left;
	margin-bottom: 0.63em;
	margin-left: 2%;
	margin-right: 0%;
	width: 40%;
}
}
@media only screen and (min-width: 767px) {
	.moblieno {
	display: block;
}
.mobileyes {
	display: none;	
}
.sidetel {
	text-align: center;
	font-size: 1.6em;
	float: right;
}
.contentspacer {
	height: 30px;
}
.blockleft {
	float: left;
	width: 48%;
}
.blockright {
	float: right;
	width: 48%;
}
.blockleft69 {
	float: left;
	width: 69%;
}
.blockleft59 {
	float: left;
	width: 55%;
	padding-right: 4%;
}
.blockright29 {
	float: right;
	width: 29%;
}
.blockright39 {
	float: right;
	width: 39%;
}
.blockright69 {
	float: right;
	width: 67%;
	padding-left: 2%;
}
.blockright59 {
	float: right;
	width: 55%;
	padding-left: 4%;
}
.blockleft29 {
	float: left;
	width: 29%;
}
.blockleft39 {
	float: left;
	width: 39%;
}
.blockleft2 {
	float: left;
	width: 49%;
	text-align: left;
}
.blockright2 {
	float: right;
	width: 49%;
	text-align: right;
}
.fiveblock {
	text-align: center;
	float: left;
	width: 20%;
}
.fourblock {
	width: 23%;
	margin-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
}
@media only screen and (min-width: 1519px) {
	.mobileheader {
	display: none;
}
}
	
/*	Top header / container style	

	To change the top header height, just change the height value of 
	(.topMenu .header), (.topMenu .header_content) and (.topMenu .top_space) style 	
*/

	.topMenu .header {
		position:fixed !important;	
		width:100% !important;		
		height: 60px !important;
		display:block;
		top:0px !important;		
		}
		
	 .topMenu .header_content{
		padding:0px 50px 0px 50px;
		overflow:visible !important;
		height: 60px !important;
		}
			
	.top_space{ margin-top:-25px; }
	.topMenu .top_space{ margin-top:40px; }	
	.top_space_onePage{ margin-top:-15px; }	
	.topSpace_mini { margin-top:15px !important; }
	
	.container, .container-fluid{ 
		padding-left:50px !important;
		padding-right:20px !important;
		}	
		
	@media (max-width: 1519px) {
		.leftMenu .container, .leftMenu .container-fluid,
		.container, .container-fluid{ 
			padding-left:10px !important;
			padding-right:10px !important;
			}
		
		.topMenu .container, .topMenu .container-fluid,
		.topMenu .header_content { 
			padding-left:10px !important;
			padding-right:10px !important;
			}
		.topMenu .desktop_alignLeft { margin: 0 !important; }
		}
			
	@media only screen and (max-width: 1119px) {
		.top_space{ margin-top: -15px; }
		}
		
	@media only screen and (max-width: 979px) {	
		.container{ 
			padding-left:10px !important;
			padding-right:10px !important;
			}
			
		.topMenu .container, .topMenu .container-fluid,
		.topMenu .header_content{ 
			padding-left:20px !important;
			padding-right:20px !important;
			}
				
		.container-fluid{ 
			padding-left:10px !important;
			padding-right:10px !important;
			}
		}	
		
	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.container, .topMenu .header_content{ 
			padding-left:20px !important;
			padding-right:20px !important;
			}	
		.container-fluid{ 
			padding-left:10px !important;
			padding-right:10px !important;
			}		
		}


/* bodyContainer, contentWrapper style */
	.bodyContainer{ 
		position:relative;
		float:right;
		top:0px; 	
		overflow:hidden;
		
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		}
		
	.contentWrapper{
		margin:0px;
		padding:0px 0px 50px 0px;
		display:block;
		position:relative;
		width:100%;
		left:0px;
		overflow:auto; 
		outline: none;
		}
		
	.topMenu .contentWrapper{ padding:0px 0px 0px 0px; }
	.contentHold{
		position:relative;
		overflow:auto; 
		margin:0px; 
		padding:0px 0px 0px 0px;
		}
		
	.vertical_page{
		max-width:768px;
	}
		
	.m-Scrollbar{
 		position: relative;
		left: 0px;
		margin:0px; 
		padding:0px 0px 0px 0px;
		overflow:auto;
	}
	
	.contentWrapper.fullWidth { padding:0px !important; margin:0px !important; }
	
	.fullWidth { width:100%; padding:0px 0px 0px 0px;}
	.fullHeight { padding:0px 0px 0px 0px; }
	
	.contentSpacing{ padding:70px 0px 70px 0px;  }
	
	.titleTop, .titleTopLarge { padding:10px 0px 10px 0px;}
		
	@media screen and (max-width: 767px) {	
		.fullWidth { padding-left:0px; padding-right:0px; }
		}
		
	@media (max-width: 1519px) {
		.bodyContainer{ float:left;  }
		}
	
		
/* Enable hardware Acceleration */
	.enablHardwareAcc {  
		-webkit-backface-visibility: hidden;
  		-webkit-perspective: 1000;
		-webkit-transform: translateZ(0);
		-webkit-transition: translate3d(0,0,0);
		}
		
	.enableTransition{
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		}
	
	@-webkit-keyframes rotating {
		from{
			transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-moz-transition: rotate(0deg); 
			-webkit-transform: rotate(0deg);
			
	
		}
		to{
			transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			-moz-transition: rotate(360deg);
			-webkit-transform: rotate(360deg);
			
		}
	}
	
	
	
	@-webkit-keyframes spaceboots {
		0% { 
			transform: translate(2px, 1px) rotate(0deg); 
			-ms-transform: translate(2px, 1px) rotate(0deg); 
			-o-transform: translate(2px, 1px) rotate(0deg); 
			-moz-transition: translate(2px, 1px) rotate(0deg); 
			-webkit-transform: translate(2px, 1px) rotate(0deg); 
			}
		10% { 
			transform: translate(-1px, -2px) rotate(-1deg); 
			-ms-transform: translate(-1px, -2px) rotate(-1deg); 
			-o-transform: translate(-1px, -2px) rotate(-1deg);
			-moz-transition: translate(-1px, -2px) rotate(-1deg);
			-webkit-transform: translate(-1px, -2px) rotate(-1deg);
			}
		20% {
			transform: translate(-3px, 0px) rotate(1deg); 
			-ms-transform: translate(-3px, 0px) rotate(1deg); 
			-o-transform: translate(-3px, 0px) rotate(1deg);
			-moz-transition:  translate(-3px, 0px) rotate(1deg);  
			-webkit-transform: translate(-3px, 0px) rotate(1deg);  
			}
		30% {
			transform: translate(0px, 2px) rotate(0deg); 
			-ms-transform: translate(0px, 2px) rotate(0deg); 
			-o-transform: translate(0px, 2px) rotate(0deg);
			-moz-transition:  translate(0px, 2px) rotate(0deg);
			-webkit-transform: translate(0px, 2px) rotate(0deg);
			}
		40% {
			transform: translate(1px, -1px) rotate(1deg); 
			-ms-transform: translate(1px, -1px) rotate(1deg); 
			-o-transform: translate(1px, -1px) rotate(1deg); 
			-moz-transition: translate(1px, -1px) rotate(1deg);  
			-webkit-transform: translate(1px, -1px) rotate(1deg);  
			}
		50% {
			transform: translate(-1px, 2px) rotate(-1deg); 
			-ms-transform: translate(-1px, 2px) rotate(-1deg); 
			-o-transform: translate(-1px, 2px) rotate(-1deg); 
			-moz-transition: translate(-1px, 2px) rotate(-1deg);  
			-webkit-transform: translate(-1px, 2px) rotate(-1deg);  
			}
		60% {
			transform: translate(-3px, 1px) rotate(0deg); 
			-ms-transform: translate(-3px, 1px) rotate(0deg); 
			-o-transform: translate(-3px, 1px) rotate(0deg); 
			-moz-transition: translate(-3px, 1px) rotate(0deg); 
			-webkit-transform: translate(-3px, 1px) rotate(0deg); 
			}
		70% {
			transform: translate(2px, 1px) rotate(-1deg); 
			-ms-transform: translate(2px, 1px) rotate(-1deg); 
			-o-transform: translate(2px, 1px) rotate(-1deg); 
			-moz-transition: translate(2px, 1px) rotate(-1deg); 
			-webkit-transform: translate(2px, 1px) rotate(-1deg); 
		}
		80% { 
			transform: translate(-1px, -1px) rotate(1deg);
			-ms-transform: translate(-1px, -1px) rotate(1deg);
			-o-transform: translate(-1px, -1px) rotate(1deg);
			-moz-transition: translate(-1px, -1px) rotate(1deg);
			-webkit-transform: translate(-1px, -1px) rotate(1deg); 
		}
		90% {
			transform: translate(2px, 2px) rotate(0deg); 
			-ms-transform: translate(2px, 2px) rotate(0deg); 
			-o-transform: translate(2px, 2px) rotate(0deg); 
			-moz-transition: translate(2px, 2px) rotate(0deg); 
			-webkit-transform: translate(2px, 2px) rotate(0deg); 
		}
		100% {
			transform: translate(1px, -2px) rotate(-1deg); 
			-ms-transform: translate(1px, -2px) rotate(-1deg); 
			-o-transform: translate(1px, -2px) rotate(-1deg); 
			-moz-transition: translate(1px, -2px) rotate(-1deg); 
			-webkit-transform: translate(1px, -2px) rotate(-1deg); 
		}
	}
	

	
/* Site Loading */	

	.pageFade { 
		width:100%; 
		height:100%;
		top:0px;  
		left:0;
		position:fixed; 
		z-index:354800000002;
		overflow:hidden;
		background: url(../images/loading.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);  /* Image for Retina */
	 	} 
	 
	 .white_version .pageFade { 
		background: url(../images/loading_white.gif) no-repeat center center !important;
		background-image: -Webkit-image-set(url(../images/loading_white.gif) 1x, url(../images/loading_white@2x.gif) 2x) !important;  /* Image for Retina */
		}
		
		
/* Email loading style */		
	.email_loading {
		background: url(../images/email_loading.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);  /* Image for Retina */
		height:32px;
		width:32px; 
		position:absolute;
		z-index:0;
		}




/* flex slider loading  */
	.slider_loading, .darkStyle .slider_loading {
		background: url(../images/loader_black.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loader_black.gif) 1x, url(../images/loader_black@2x.gif) 2x);  /* Image for Retina */
		background-color:#1a1a1a;
		
		height:32px;
		width:32px; 
		position:relative;
		z-index:1;
		margin: 0 auto;
		
		-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			  border-radius: 3px;
		}
	
	.lightStyle .slider_loading {
		background: url(../images/loader_white.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loader_white.gif) 1x, url(../images/loader_white@2x.gif) 2x);  /* Image for Retina */
		background-color:#f1f1f1;
		
		-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			  border-radius: 3px;
		}
	
/* Email reply message style */	
	#reply_message { position:relative; left:20px; text-align:left; float:left; }
	
	
	/* Start: Graph Style */
	.graph_container { position:relative; width:95%; padding:0px;  margin-top:0px; }
	.graph_container ul { margin:0px 0px 20px 0px; padding:0; list-style:none; overflow-x:hidden; }
	.graph_container li { width:98%; height:5px; margin:45px 0px 0px 0; position:relative; }
	.graph_container li.last { margin:0; }
	.graph_container li span.graph_item { position:absolute; z-index:5; font-weight:bold;  top:-25px; margin:1px 0px 40px 2px; padding:3px 0px 0px 0px; color:#ffffff; font-size:13px; text-transform:uppercase; }
	.graph_container li a { position:absolute; left:0;  width:0px; height:5px; cursor:auto; overflow:visible; }
	
	.graph_container li span.graph_value { 
		z-index:6; 
		top:-30px; 
		margin-left:-20px; 
		position:absolute;  
		width:36px; 
		height:18px; 	
		padding:3px; 	
		font-size:11px;
		text-align:center;
		font-weight:bold; 
		text-transform:uppercase; 
		
		text-shadow: none !important;
		
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: .7;
		-khtml-opacity: .7;
		opacity : .7;
		}
		
	.graph_container li span.graph_value i{
		position:absolute;
		left:18px;
		bottom:-7px;
		color:#ffffff;		
		z-index:3;
		}
	
		
	.graph_container li, .graph_container li a {
		-webkit-border-radius: 150px;
		   -moz-border-radius: 150px;
				border-radius: 150px;
		}
			
	
	/* flex slider style */
	.flexslider .slides { overflow:hidden;}
	.flexslider ul li, .flexslider .slides { margin:0px; padding:0px;}
	.flex-caption { visibility:hidden}
	#bodyContent .flex-caption { visibility:visible}
	
	@media only screen and (max-width: 767px) {
		#bodyContent .flex-caption { visibility:hidden; }
		} 
	




/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #e2e2e2;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid [class*="span"]:hover {
  background-color: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}

.darkStyle .show-grid { color:#222; }



/* Team */
.team{ 
	position:relative;  
	min-width:150px; 
	width:23%; 
	margin-right:2%;
	margin-bottom:20px;
	float:left;
	}
.team2{ 
	position:relative;  
	width:75%; 
	margin-bottom:20px;
	float:right;
	}	
.team2 p {margin-top: 0px; padding-top: 0px;}
@media only screen and (max-width: 1200px) {
	.team{ width:48%; }	
	
	.team2{ width:50%; }	
	}
	
@media only screen and (max-width: 979px) {
	.team{ width:98% !important; }
	
	.team2{ width:100%; }	
	}
	
.process{
	padding:20px 20px 30px 20px;
	position:relative;
	display:block;
	-webkit-border-radius: 3px;	
	   -moz-border-radius: 3px; 
			border-radius: 3px; 	
	}
	
.process_link { 
	position:absolute; 
	right:-40px; 
	top:25%; 	
	z-index:55 
	}
	
		
/* Services */

.services{
	overflow:visible !important;
	}
		
.services .description{
	position:relative;
	display: inline-block;
	height:auto;
	width:75%;
	padding:15px 10px 5px 15px;
	margin-left:25px;		
	
	-webkit-border-radius: 3px;	
	   -moz-border-radius: 3px; 
			border-radius: 3px; 
	}	
	
.services .description i{		
	position:absolute;
	padding:10px 10px 0px 10px;
	left:-22px;
	top:5px;		
	}
	
.services i, .description, .description i, .description h4, .description p{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	
a.services .service_icon{	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

a.services:hover .service_icon {
	transform: scale(1.4);
	-ms-transform: scale(1.4); /* IE 9 */
	-webkit-transform: scale(1.4); /* Safari and Chrome */
	}
	
.service_icon{
	text-align:center;
	margin:0 auto;
	position:relative;
	float:left;
	width:15%;
	}
	
.service_icon img{
	margin: 0 auto;
	display:block;
	}


@media only screen and (min-width: 768px) and (max-width: 979px) {	
	.services .description{ width:70% !important; }	
	}
	
@media only screen and (max-width: 479px) {
	.services{ padding-bottom:40px; display:block; }
	.services .description{ 
		width: auto !important;
		margin-left:0px;
		margin-right:0px;
		display:block;
		clear:both;
		}
	.service_icon{ padding-bottom:10px; }
	.services .description i{ visibility:hidden; }
	a.services:hover .service_icon {
		transform: none;
		-ms-transform: none; /* IE 9 */
		-webkit-transform: none; /* Safari and Chrome */
		}
	}
	
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.services .description{ width:68% !important; }
	}	

@media only screen and (max-width: 979px) {
	.process_link{ visibility:hidden; right:0px; }	
	}


.mCSB_horizontal>.mCSB_container { margin-bottom:10px !important; }


/* hover Effect */

.hover_gray li img{
	-webkit-filter : grayscale(0);
	}
			
.hover_gray li:hover img{
	-webkit-filter : grayscale(1);
		}

.hover_gray li.current-img img{
	-webkit-filter : grayscale(0);
		}

li.current-img .overlay{
	visibility:hidden;
		}

.hover_alpha li{
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	}
			
.hover_alpha li:hover {
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity : .5;
	}	
	

/* Thumbnails */	

.thumbnail.mini{
	max-width:75px; display:inline-block; float:left; margin:5px 15px 0px 0px;
	}

.thumbnail_list{
	display:block;
	margin: 0 auto;
	}
.thumbnail_list li{
	display:inline-block;
	padding:0px;
	margin: 0px 10px 40px 0px;
	min-width:100px !important;	
	}	

.thumbnail_list li a{
	display:block;
	max-width:120px;
	}

.thumbnail_list.normal{
	margin:0px;
	}
.thumbnail_list.normal li{
	display:inline-block;
	padding: 5px;
	margin: 0px 6px 10px 0px;
	width: 18%;
	}
.thumbnail_list.normal li a{

	margin: 0px !important;	
	max-width: 100%;
	height:auto;
	}	
	
.thumbnail_list.large li a{
	display:block;
	max-width:180px !important;	
	}
	
.thumbnail_list.large_x li a{
	display:block;
	max-width:240px !important;	
	}
		
.thumbnail_list li img{
	width: 100% !important;
	max-height: auto !important; 
	margin:0 auto !important;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform: translateZ(0);
	-webkit-transition: translate3d(0,0,0);
	}
	
	@media only screen and (max-width:1199px ) {
		.thumbnail_list.normal li{
			width: 23%;
			margin: 0px 0px 5px 0px;
			}
		}
		
	@media screen and (max-width: 767px) {		
		.thumbnail_list.normal li{
			width:28%;
			margin: 0px 0px 5px 0px;
			}
		.thumbnail_list.normal li	a{
			margin:0 auto;
			display:inline-block;
			width:auto;
			max-width:none;
			
			}
		.thumbnail_list.normal li	a img{
			display:inline-block;
			margin: 0 auto;
		}
		
		.thumbnail_list li	a{
			max-width:100px;
			}
		}
	
	@media only screen and (max-width: 479px) {
		.thumbnail_list.normal li{
			width:40%;
			margin: 0px 0px 5px 0px;
			}
	}

/* page scroll up button */
	
	.pgScrollUp{
		position:fixed; 
		width:30px; 
		height:30px;		
		top: auto;
  		left: auto;
 	 	right: 10px;
  		bottom: 20px;		 
		overflow:hidden;
		cursor:pointer;
		z-index:1000000000;
		display: none;
		background-image : url(../images/scrollup.png);
  		background-image: -Webkit-image-set(url(../images/scrollup.png) 1x, url(../images/scrollup@2x.png) 2x);  /* Image for Retina */
		background-position: 0% 100%;
		background-repeat:no-repeat;
		
		-webkit-border-radius: 100%;
		   -moz-border-radius: 100%;
				border-radius: 100%;
		
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
				
		-webkit-backface-visibility: hidden;
  		-webkit-perspective: 1000;
		-webkit-transform: translateZ(0);
		-webkit-transition: translate3d(0,0,0);
		display:none;
		}
	
	.white_version .pgScrollUp{
		background-position: 100% 0%;
		}

@media only screen and (min-width: 960px) and (max-width: 1150px) {	
	.pgScrollUp { bottom:15px }
	}
	


/* Misc */
	
	.bar_content{
		margin-top: 0px !important; 
		margin-bottom: 0px !important;
		padding-top:15px !important; 
		padding-bottom:15px !important;
		border: 0; 
		}
		
	.bar_content.bottomSpace_mini{
		margin-bottom: 20px !important;
		}
		
	.desktop_alignLeft { margin:0px; }
	
	.half_width{ width:60%; }	
	.fadeAfterLoad { display:none; }
	.noSpacing { padding:0px 0px 0px 0px !important; }
	
/* Map style */			
	#map_canvas{
		position:relative;
		width:100%;
		margin:0px;
		padding:0px; 
		top:0px; 
		left:0px;
		height:250px;
		background-color: #efebe2;
		overflow:hidden;
		}
		
	#map_canvas.banner_map	{ height:100% !important; }
	
	.mapStyle{ color: #000000 !important; }
	.darkStyle .mapStyle{ color: #000000 !important; }
	.lightStyle .mapStyle{ color: #000000 !important; }
	
	
@media (max-width: 1519px) {
	.desktop_alignLeft { margin: 0 auto;}
	}


@media only screen and (max-width: 1119px) {
	.half_width{ width: auto !important; }
	}





.setting_tools{
	position:fixed;
	text-align:center;
	bottom:70px; 
	right:-1px;
	z-index:35480000000;
	width:180px;
	margin: 0 auto;
	padding:15px 10px 10px 10px;

	border:#30c1ca solid 1px;
	border-left:none;
	background-color: #30c1ca;

	}

@media only screen and (max-width: 767px) {	
	.setting_tools .iButton { bottom:-1px; top:auto !important; }
	}

.setting_tools a{
	letter-spacing:.1em;
	font-size:10px;
	margin-bottom:5px !important;
	}
	
.setting_tools .iButton {
	position: absolute;
	font-size:16px;
	left:-33px;
	top:-1px;	
	border:#30c1ca solid 1px;
	border-right:none;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
	}
.setting_tools .iButton, .white_version .setting_tools .iButton {
	color: #000000;
	background-color: #30c1ca;
	}
	
.white_version .setting_tools .iButton:hover, .setting_tools .iButton:hover  {
	color: #ffffff;
	background-color: #30c1ca;
	 text-shadow: none !important;  
	 }
	 