﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'exomedium';
    src: url('../fonts/exo-medium.eot');
    src: url('../fonts/exo-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-medium.woff') format('woff'),
         url('../fonts/exo-medium.ttf') format('truetype'),
         url('../fonts/exo-medium.svg#exomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'exodemibold';
    src: url('../fonts/exo-semibold.eot');
    src: url('../fonts/exo-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-semibold.woff') format('woff'),
         url('../fonts/exo-semibold.ttf') format('truetype'),
         url('../fonts/exo-semibold.svg#exodemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#HTML-container {
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;	
}
.home-panel {
	width:960px;
	margin:16px auto;
	box-shadow: 0px 0px 40px -2px #1B1B1B;
	margin-bottom:0px;	
}
.home-panel-inner 
{
    width:960px;
	margin:16px auto;
	box-shadow: 0px 0px 40px -2px #1B1B1B;
	margin-bottom:0px;	
}
.header-panel {
	width:100%;
	float:left;
	background:#FFF;
	border-top:solid 2px #20cdc1;
	padding: 10px 10px 10px 10px;
}
h1.logo {
	padding:0px;
	margin:0px;
	float:left;	
}
.header-slogan {
	margin-top: 20px;
}

h1.logo.col-5 a img {
    padding: 0;
    height: 90px;
}

h1.logo.col-5 {
    padding: 0;
    margin: 0 !important;
}


.main-menu {
	width:100%;
	float:left;
	position:relative;
	height:36px;
	background:url(../images/menu-bg.jpg) repeat-x left top;	
}
.men-bg-01 {
	width:11px;
	height:56px;
	background:url(../images/col-01.png) no-repeat;
	position:absolute;
	left:-11px;
	top:-10px;
}
.men-bg-02 {
	width:11px;
	height:56px;
	background:url(../images/col-02.png) no-repeat;
	position:absolute;
	right:-11px;
	top:-10px;
}
.main-menu ul li {
	margin:0px !important; 	
}
.main-menu ul li.dropdown:hover .dropdown-menu {
    display: block;
 }
  .dropdown-submenu .dropdown-menu
 {
    display: none !important;   
 }
 .dropdown-submenu:hover .dropdown-menu
 {
    display: block !important;   
 }
.main-menu ul li a {
	border-radius:0px;
	padding:7px 15px;
	font-family: "exodemibold";
	text-transform:uppercase;
	font-size:16px;
	color:#035f61 !important;
	border:0px none !important;
}
.main-menu ul li > a:hover,
.main-menu ul li > a:focus,
.main-menu ul li > a:active {
	background:#0a797b !important;
	color:#FFF !important;
	border:0px none !important;
}
.main-menu ul li > .dropdown-menu {
	background:#0A797B !important;
	border-radius:0px;
}
.main-menu ul li:hover > a {
	color:#fff !important;	
	background:#0A797B !important;
}
.main-menu ul li > .dropdown-menu li > a {
	color:#FFF !important;
	font-size:13px !important;
	line-height:13px !important;
}
.main-menu ul li > .dropdown-menu li:hover > a {
	background:#1EB4AD !important;
	color:#035f61 !important;
}
.caret {
	margin-left:5px !important;	
}
@import url(inc/global.css);
@import url(inc/modules.css);
@import url(inc/modal.css);
/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.0.0
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2012 Jeremy Martin (jmar777)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  background:#FFF;
}
.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.kwicks.kwicks-processed > * {
  margin: 0;
  position: absolute;
}
.kwicks-horizontal > * {
  float: left;
}
.kwicks-horizontal > :first-child {
  margin-left: 0;
}
.kwicks-vertical > :first-child {
  margin-top: 0;
}

/* CUSTOM KWICKS */

.kwicks {
	width: 960px;
	height: 480px;
	overflow: hidden;
}
.kwicks > li {
	width: 190px;
	height: 480px;
	/* overridden by kwicks but good for when JavaScript is disabled */
	margin-left: 1px;
	float: left;
	position:relative;
}
.kwicks > li img {
	
	height:100%;
	width: 476px;
}
.kwicks .copyright {
    display: none;
    position: relative;
    color: white;
    font-size: 10px;
    margin: 290px 0 0 10px;
}


/*
 * PHP classes
 */

.kwicks .headlineimg {
	display: none;
	color:#FFF;
	font-size:26px;
	font-family: "calibriregular";
	line-height:30px;
	text-shadow: 1px 2px 6px #000;
	width:420px;
	position:absolute;
	top:50px;
	left:60px;
}
.headlineimg span {
	font-size:40px;
	display:block;
	text-shadow: 1px 2px 6px #000;
	line-height:45px;
	text-transform: uppercase;
}
/*----------------------------------------------*/
.footer-panel {
	background:#1eb4ad !important;
	border-bottom:solid 1px #50e5db;
	padding:5px 0px;
}
.inner-footer {
	width:98%;
	margin:0px auto;
	color:#FFF;	
	font-size:11px;	
	line-height: 20px;
}
span.copyright {
	color:#FFF;
	font-size:11px;
	float:left;
}
.inner-footer span.bottom-link {
	float:left;
	margin-left:176px;	
}
.inner-footer span.bottom-link a {
	color:#FFF;
	text-decoration:none;
	padding:0px 6px;
	font-size:11px;	
}
.footer-links li {
	float:left;
	color:#FFF;
	font-size:11px;
	margin-right:10px;	
	line-height:20px;
}
.footer-links ul {
	margin:0px !important;
	padding:0px !important;
	list-style:none;
}
.footer-links li:last-child { margin-right:0px; }
.footer-links li a {
	text-indent:-999999px;
	width:21px;
	height:20px;
	display:block;	
	background:#CCC;
}
.footer-links li a.fb {
	background:url(../images/s-icons.png) no-repeat;
	background-position:0px 0px;
}
.footer-links li a.tw {
	background:url(../images/s-icons.png) no-repeat;
	background-position:-30px 0px;
}
.footer-links li a.in {
	background:url(../images/s-icons.png) no-repeat;
	background-position:-61px 0px;
}
.footer-links li a.yt {
	background:url(../images/s-icons.png) no-repeat;
	background-position:-91px 0px;
}
.design-by {
	width:960px;
	margin:0px auto;
	color:#5c6b84;
	font-size:10px;
	padding:5px 0px;	
}
.design-by span a {
	color:#5c6b84;
	text-transform:uppercase;	
}
/*---------------------------Inner Page------------------------------------*/
.inner-content {
	background:#FFF;
	min-height:450px !important;
	padding-bottom: 20px;
    padding-top: 20px;
}
.inner-content h1 {
 	color:#1eb4ad !important;	
}
.inner-content h2 {
 	color:#1eb4ad !important;	
}
.inner-content h3 {
 	color:#444 !important;	
}
.inner-content h4 {
 	color:#444 !important;	
}
.inner-content ul {
	padding:0px;
	margin:0px;
	list-style:none;	
}
.inner-content li {
	background:url(../images/list-icons.png) no-repeat left top 7px;
	line-height:25px;
	padding-left:24px;	
}
.breadcrumb-panel {
	line-height: 30px;	
	background:#FFF;
	padding-top:20px;
}
.breadcrumb-panel a.first_bc{
	-moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}	
.breadcrumb-panel a{
	float: left;
	color: #666;
	font-size: 11px;
	background: #E9E9E9 url('../images/breadcrumb_divider_last.png') center right no-repeat;
	text-shadow: 0 1px 0 rgba(256,256,256,0.8);	    
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
    line-height: 18px;
    padding:0px 15px 0px 10px;
}
.breadcrumb-panel a:hover {
	color:#0a797b;
	text-decoration:none;
}
.page_heading{
	background: url('../images/heading_bgr.png') left top repeat-x;
	margin-bottom:20px;
}
.page_heading h1{
	display: inline;
/*	font-family: 'Open Sans', arial, sans-serif;*/
	font-weight: 300;
	line-height: 28px;
	background: #fff;
	margin:0;
	padding-right: 10px;
}
.page_heading h2{
	display: inline;
/*	font-family: 'Open Sans', arial, sans-serif;*/
	font-weight: 300;
	line-height: 28px;
	background: #fff;
	margin:0;
	padding-right: 10px;
}
#ctl00_print {
	width:100%;
	height:30px;
	float:left;
	background:#FFF;
}
.print-block {
	width:930px;
	margin:0px auto;
	height:20px;
	line-height:20px;
	padding:0px 15px;
}
.print-block .print-col a, .email-col a 
{
    float:left;
	padding:3px 0px;
	margin-right:8px;
}
.print-col, .email-col {
    float:left;
	width:120px;
	margin-right:10px;
	line-height:20px;	  
}
.print-text  {
	float:left;
	line-height:20px;	
}
.print-text a, .email-text a  {
	float:left;
	margin:0px !important;
	padding:0px !important;	
	font-size:12px;
}
.prod-left-wrap 
{
    width:100%;
    float:left;
    margin-bottom:20px;   
}
#ctl00_contentplaceholder1_productimage 
{
    width:466px;
    border:dotted 1px #CCC;
    float:right; 
    background: #F6F6F6;
    padding:10px;  
}
.galleria-panel 
{
   width:100%;
   float:right; 
   position:relative; 
}
.galleria-panel li 
{
    float:left;
    padding:0px;
    background:none;   
}
.pro-sec 
{
    width:440px;
    float:left;
    margin-right:20px;   
}
.slider 
{
    width:100%;
    float:left;   
}
.banner 
{
    width:100%;
    float:left;
    position:relative;   
}
.banner li  
{
  float:left;
  padding:8px;
  background: #F6F6F6;
  border:dotted 1px #CCC; 
  width:217px !important;
  margin-right:20px;
}
.right-offers-titile 
{
    width:100%;
    float:left;  
    padding-top:10px; 
}
.right-offers-titile a 
{
    background: url('../images/ca11.png') left center no-repeat;  
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:20px;
    overflow:hidden;
    line-height:22px;
    padding-left:26px;
    color:#1EB4AD;
    text-decoration:none;
    display:block;
}
.right-offers-titile a:hover 
{
    color:#444;
    text-decoration:none;
}
.catelist-panel {
    width: 240px;
    float: left;
}
.catelist-panel ul.catelist li 
{
    width:100%;
    float:left;
    background: #F6F6F6;
    border: dotted 1px #CCC;
    margin-bottom:5px;
    padding:0px;
    
}
.catelist-panel ul.catelist li:hover 
{
    background:#1EB4AD;
}
.catelist-panel ul.catelist li:hover > a 
{
    color:#FFF;   
}
.catelist-panel ul.catelist li a 
{
    color:#1EB4AD;
	text-decoration: none !important;
	font-size:16px;
	display:block;
	font-family: "exodemibold";	
	line-height: 20px;
    overflow: hidden;
    padding:8px 0px 8px 10px;
    font-weight: normal;
}
.container-p, .content-panel 
{
    width:670px;
    float:right;   
}
.container-p li 
{
    float:left;
    width:325px;
    padding:10px;
    background: #F6F6F6;
    border:dotted 1px #CCC;
    margin:0px 20px 20px 0px;    
}
.container-p li.even-item 
{
    margin-right:0px;   
} 
.container-p li strong 
{
    margin-top: 10px;
    float: left;
    height: 42px;
    overflow: hidden;
}
.container-p li strong a 
{
    background: url('../images/ca11.png') left top 5px no-repeat;  
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:42px;
    overflow:hidden;
    line-height:23px;
    padding-left:26px;
    color:#1EB4AD;
    text-decoration:none;
    display:block;
}



.container-g 
{
    width:100%;
    float:left;   
}
.container-g li 
{
    float:left;
    width:296px;
    padding:10px;
    background: #F6F6F6;
    border:dotted 1px #CCC;
    margin:0px 20px 20px 0px;    
}
.container-g li.third-item 
{
    margin-right:0px;   
} 
.container-g li strong 
{
    width:100%;
    margin-top: 10px;
    float: left;
    height: 42px;
    overflow: hidden;
}
.container-g li strong a 
{
    background: url('../images/ca11.png') left top 5px no-repeat;  
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:42px;
    overflow:hidden;
    line-height:23px;
    padding-left:26px;
    color:#1EB4AD;
    text-decoration:none;
    display:block;
}
.container-partners 
{
    width:100%;
    float:left;   
}
.container-partners li 
{
    float:left;
    width:296px;
    padding:10px;
    background: #F6F6F6;
    border:dotted 1px #CCC;
    margin:0px 20px 20px 0px;    
}
.container-partners li.third-item 
{
    margin-right:0px;   
} 
.container-partners li strong 
{
    width:100%;
    margin-top: 10px;
    float: left;
    height: 42px;
    overflow: hidden;
}
.container-partners li strong a 
{
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:42px;
    overflow:hidden;
    line-height:23px;
    color:#1EB4AD;
    text-decoration:none;
    display:block;
    text-align:center;
}
.news-listing 
{
    width:700px;
    float:left;   
}
.news-listing li 
{
    width:100%;
    float:left;
    border-bottom:dotted 1px #CCC;
    padding:10px 0px;  
    background:none;
}
.news-listing li.first-item 
{
    padding-top:0px;   
}
.news-listing li.last-item
{
    border-bottom:0px none;   
}
.news-listing li h4 
{
    margin-bottom:5px !important; 
    font-family:Arial;
    font-weight: bold;
    text-transform: none;
    font-weight:bold;
    margin:0px;
}
.news-listing li h4 a 
{
    margin-bottom:5px !important;  
    text-decoration:none; 
}
.news-listing li span 
{
    color:#000;
    background:url(../images/date-icon.png) no-repeat left center; 
    padding-left:26px;   
}
.pg-media 
{
    float:right; 
    width:210px; 
    padding:10px;
    background: #F6F6F6;
    border:dotted 1px #CCC;   
} 
.pg-media ul li 
{
    float:left; 
    width:100%;
    background:none; 
    border-bottom:dotted 1px #CCC;
    overflow:hidden;
    text-align:left;
}
.pg-media ul li.last-item 
{
    border:0px none;   
}
.pg-media ul li a 
{
    line-height:45px; 
    font-size:14px;
    color:#1EB4AD;  
    display:block; 
    font-family: "exodemibold";
    text-transform:uppercase;
    float:left;
    width:100%;
    text-decoration:none !important;
    padding-left:40px;  
}
.pg-media ul li a:hover {
	
	color:#fff !important;
}
.pg-media ul li.last-item a 
{
    border-bottom:0px none;   
}
.pg-media ul li:hover
{
    background:#1EB4AD;
}
.pg-media ul li.first-item a
{
    font-size:20px;
    float:left; 
    padding-left:0px;
}
.pg-media ul li:nth-child(2n) a
{
    background:url(../images/n-icon.png) no-repeat left center;  
}
.pg-media ul li:nth-child(3n) a
{
    background:url(../images/p-icon.png) no-repeat left center;
}
.pg-media ul li:nth-child(4n) a
{
    background:url(../images/v-icon.png) no-repeat left center;
}
.pg-media ul li:nth-child(5n) a
{
    background:url(../images/d-icon.png) no-repeat left center;
}
.pg-media ul li:nth-child(2n) a:hover 
{
    background:url(../images/n-icon-h.png) no-repeat left center;  
}
.pg-media ul li:nth-child(3n) a:hover 
{
    background:url(../images/p-icon-h.png) no-repeat left center;
}
.pg-media ul li:nth-child(4n) a:hover 
{
    background:url(../images/v-icon-h.png) no-repeat left center;
}
.pg-media ul li:nth-child(5n) a:hover  
{
    background:url(../images/d-icon-h.png) no-repeat left center;
}
.photo-albums 
{
    width:700px;
    float:left   
}
.photo-albums li 
{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:220px;
    padding:10px; 
    text-align:left;
    background: #F6F6F6;
    border:dotted 1px #CCC; 
}
.photo-albums li.third-item 
{
    margin-right:0px;   
}
.galleryalbum-caption 
{
    width:100%;
    float:left;
    margin-top: 10px;
    float: left;
    height: 14px;
    overflow: hidden; 
}
.galleryalbum-caption a 
{
    background: url('../images/ca11.png') left center no-repeat;  
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:20px;
    overflow:hidden;
    line-height:14px;
    padding-left:26px;
    color:#1EB4AD;
    text-decoration:none; 
} 
.gallerybox 
{
    width:220px;
    float:left;
    padding:10px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    background: #F6F6F6;
    border:dotted 1px #CCC; 
}
.video-title 
{
    background: url('../images/ca11.png') left center no-repeat;  
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:20px;
    overflow:hidden;
    line-height:21px;
    padding-left:26px;
    color:#1EB4AD;
    text-decoration:none; 
    text-align:left;
    margin-top:10px;
}
.content 
{
    width:700px;
    float:left;   
}
.round-con 
{
    width:100%;
    float:left; 
}
.round-con strong 
{
    color:#1EB4AD;
    font-family: "exodemibold";
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px;
    display:block; 
}
.round-con ul.dwn-div 
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.round-con li 
{
    width:220px;
    float:left;
    padding:10px;
    border:solid 1px #CCC;
    text-align:left; 
    margin-right:20px;
    margin-bottom:20px;
    height:202px;
    overflow:hidden;
    background: #F6F6F6;
    border:dotted 1px #CCC; 
    line-height:20px;
}
.round-con li.third-item 
{
    margin-right:0px; 
}
.round-con li i 
{
    display:block;
    text-align:center;   
}
.round-con li strong 
{
    width:100%;
    float:left;
    margin-top: 10px;
    float: left;
    height: 14px;
    overflow: hidden;   
}
.round-con li strong a 
{
    background: url('../images/ca11.png') left center no-repeat;  
    font-size:16px;
    font-family: "exodemibold";
    text-transform:uppercase;
    height:20px;
    overflow:hidden;
    line-height:14px;
    padding-left:26px;
    color:#1EB4AD;
    text-decoration:none;
       
}
.contact-form-panel 
{
    width:100%;
    float:left;   
}
.contact-form-panel td 
{
 /*--  width:100%;
   float:left;
   margin-bottom:10px;--*/
}
.txtbox, #txtName {
    background:#FFF;
    border: dotted 1px #CCC !important;
    font-size: 12px;
    margin-bottom:5px;
    margin-right: 8px;
    margin-top:5px;
    padding: 10px 6px;
    outline:none;
    width:229px !important;
}
.txtbox2, #txtremarks {
    background:#FFF;
    border: dotted 1px #CCC !important;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 8px;
    margin-top: 10px;
    padding: 10px 6px;
    resize: none;
    width:98% !important;
    outline:none;
}
.btn, .send-bt {
    background: #1EB4AD;
    border:dotted 1px #CCC !important; 
    color: #FFFFFF;
    text-transform:uppercase;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 11px 5px;
    outline:none;
    font-family: "exodemibold";
}
.btn:hover, .send-bt:hover {
    cursor: pointer;
    background: #F6F6F6;
    color:#1EB4AD;
    border:dotted 1px #1EB4AD !important;
}
.inner-banner 
{
    width:100%;
    float:left;   
}
img.img_right, .img_right img {
	float: right;
	margin: 0 0px 10px 10px;
	display: inline;
	width: 130px;
	padding: 5px;
	background: #F6F6F6;      border: dotted 1px #CCC;
}
img.img_center, .img_center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
	padding: 5px;
	background: #F6F6F6;      border: dotted 1px #CCC;
}
img.img_left, .img_left img {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	width: 130px;
	padding: 5px;
	background: #F6F6F6;      border: dotted 1px #CCC;
}
@media only screen and (min-width: 1601px) 
 {
     
    .kwicks > li {
	    height: 680px !important;
	    /* overridden by kwicks but good for when JavaScript is disabled */
	    margin-left: 1px;
	    float: left;
    }
    .kwicks {
	    height: 680px !important;
	    overflow: hidden;
    }
	
}
@media only screen and (min-width: 1600px) 
 {
     
     .home-panel {
	    width:1170px !important;
	    margin:16px auto;
	    box-shadow: 0px 0px 40px -2px #1B1B1B;
	    margin-bottom:0px;
		
    }
    .kwicks > li {
	    height: 580px;
	    /* overridden by kwicks but good for when JavaScript is disabled */
	    margin-left: 1px;
	    float: left;
    }
    .kwicks {
	    height: 580px;
	    overflow: hidden;
    }
    .inner-footer span.bottom-link {
	    float:left;
	    margin-left:277px;	
    }
    .kwicks > li img {
	
	    height:100%;
	    width: 600px !important;
    }
    .design-by 
    {
        width:1170px !important;
    }
	
}
@media only screen and (min-width: 1366px) 
 {
     .home-panel {
	    width:960px;
	    margin:16px auto;
	    box-shadow: 0px 0px 40px -2px #1B1B1B;
	    margin-bottom:0px;
		
    }
    .design-by 
    {
        width:960px;
    }
	
}
/*================================================================================================*/
.media-centre-panel {
	width:100%;
	float:left;
	margin:20px 0px;	
}
.ca-menu{
    padding:0;
    margin:20px auto;
    width: 1070px;
}
.ca-menu li{
    width: 216px;
    height: 300px;
	margin-right:20px !important;
    overflow: hidden;
    position: relative;
    float: left;
    border: 5px solid #fff;
    background: #1eb4ad;
	text-align:center;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    padding:0px;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    color: #FFF;
    font-size: 90px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
    line-height: 150px !important;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
	text-align:center;
}
.ca-menu li .ca-main{
    font-size: 25px !important;
    color: #FFF !important;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	margin:0px !important;
}
.ca-menu li .ca-sub{
    text-align:center;
    font-size: 12px;
    color: #FFF !important;
	font-family:Arial, Helvetica, sans-serif !important;
	margin:0px !important;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover{
    background-color: #84e6e1;
}
.ca-menu li:hover .ca-icon{
    text-shadow: 0px 0px 20px #0a797b;
    color: transparent;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-main{
    color: #0a797b !important;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #0a797b !important;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*------Page Loader----------*/
#jpreOverlay,
#jSplash {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	display:none;
	font-size: 24px;
	color: #FFFFFF;	

/*	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards; */ 
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #C00;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	/*-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: 1s linear 0s normal none infinite spin;
		-ms-animation: circle 1s infinite forwards;
			animation: 1s linear 0s normal none infinite spin; */
}
.page-loader-inner {
    height: 120px;
    left: 50%;
    margin-left: -122px;
    margin-top: -150px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 230px;
}
.page-loader-inner .loader-icon {
    left: 15px;
    position: absolute;
    top: 50%;
}
.loader-icon {
    height: 202px;
    position: relative;
    width: 300px;
    z-index: 0;
}
.loader-icon .spinner {
 /*   animation: 1s linear 0s normal none infinite spin;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #C00;*/
    background: url(/images/gif-load.gif) no-repeat center;  
    z-index: 1;
}
.loader-icon span {
 /*   border: 2px solid #D9D9D9;
    border-radius: 50%;*/
    height: 202px;
    left: 0;
    right:0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 0;
}
/*-------Loader End---------------*/

/*================================================================================================*/

/* IE6/7 uses media, */
@media, { 
        ul.menu { margin:22px 0 0 0; }
} 

/* IE8 uses \0 */
@media all\0 { 
        ul.menu { margin:22px 0 0 0; }
		ul.menu li { padding:9px 23px 5px; }
} 

/* IE9 uses \9 */
@media all and (monochrome:0) { 
          ul.menu { margin:22px 0 0 0; }
		  ul.menu li { padding:9px 23px 5px; }
} 

/* IE10 and IE11 both use -ms-high-contrast */
@media all and (-ms-high-contrast:none)
 {
 ul.menu { margin:21px 0 0 0; }  /* IE10 */
 *::-ms-backdrop, ul.menu { margin:21px 0 0 0; } /* IE11 */
 }

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

