body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	/*margin-bottom:60px;
	padding-bottom:60px;*/
	}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 5%;
	right: 3%;
	overflow: hidden;
	width:32px;
	height:19px;
	border: none;
	text-indent: 100%;
	background: url("../images/top-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
	width:32px;
	height:19px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);		
}
/*-- header --*/
.header{
	background:#D34346;
	border-bottom:8px solid #BD2D30;
}
/*-- //header --*/




/*-- about --*/
/*.about {
background: #efefef;
}*/
.about-header{
background:#D34346;
border-left:8px solid #C62F31;
}
.about-header h2{
margin: 0;
color: #ffffff;
font-size: 20px;
font-weight: 700;
padding: 15px;
float:left;
}
.about-header img{
float:right;
margin: 11px 15px 0 0px;
}
.about-grid h3{
margin: 0 0 0px 0;
/*font-size: 23px;*/
color: #46586A;
font-weight: 800;
}
.about-grid p {
margin: 0;
font-size: 14px;
color: #212121;
line-height: 1.8em;
}
.about-grid p:nth-child(1) {
/*background: #f7f7f7;*/
padding: 25px 25px;
}
.about-grids {
padding: 50px 0;
}

.list ul li:hover {
color: #D34346;
padding-left:32px;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.list ul{
		padding:0;
		margin:0;
		list-style-type:none;
		}

.list ul li{
		background:url("../images/img.png") no-repeat 0px 3px;
		padding-left:27px;
		line-height: 1.8em;
		font-size:14px;
		}
/*-- //about --*/




/*-- start tabs --*/
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
	margin:0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	font-size: 0.8125em;
	cursor: pointer;
	padding: 10px 17px;
	display: inline-block;
	margin: 0 ;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}

.resp-tab-item span{
	font-size:14px;
	color:#212121;
font-weight: 700;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#ffe71d;
	margin:10px 0;
	color:#30318b;
}
h2.resp-accordion:hover{
	background:#ffe71d;
	text-shadow: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.facts{
	padding: 30px 27px;
	/*background: #ffffff;*/
}
.facts p{
	color:#212121;
	font-size:14px;
	line-height:1.7em;
	padding: 0 0 26px 0;
	margin:0;
}
.facts ul{
padding:0;
}
.facts p:last-child{
padding:0;

}
.facts ul li{
	list-style:none;
	color:#30318b;
	font-size:1.1em;
	padding:0.3em 0;
}
.resp-tab-item:first-child {
border-left: none;
}
/*.resp-tab-active {
background: #ffffff;

}*/
.resp-tab-active span{
color: #D34346;
}
/*--stop tabs--*/

input[type=submit],input[type=button] {
	color: #ffffff;
	/*padding: 8px 15px;
	font-size: 16px;*/
	cursor: pointer;
	font-weight: 700;
	border: 3px solid #D34346;
	background:#D34346;
	margin: 1px 1px 1px 1px;
	}
	
	input[type=file]
	{
		
		color:#D34346;
		background:none;
		transition: .5s all;
			-webkit-transition: .5s all;
			-o-transition: .5s all;
			-ms-transition: .5s all;
			-moz-transition: .5s all;
	}
input[type=submit]:hover,input[type=button]:hover,input[type=submit]:focus,input[type=button]:focus {
border: 3px solid #D34346;
color:#D34346;
background:none;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}





/*-- footer --*/
.footer{
background: #46586A;
padding: 10px 0;
	
	/*position: absolute;*/
  bottom: 0;
  width: 100%;
  
  /* Set the fixed height of the footer here */
  /*height: 30px;*/
  /*background-color: #f5f5f5;*/

}
.footer p{
color:#ffffff;
float:left;
width: 96%;
margin: 4px 0 0 0;
font-size:14px;
text-align:center;
}
.footer p a{
color:#ffffff;
text-decoration:none;
}
.footer p a:hover{
color: #D34346;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.footer img{
margin: 0px 0px 0px 15px;
float:right;
}
/*-- //footer --*/

@media(max-width:1024px){	
	.bottom-right h3 {
		font-size: 18px;
		}
	.bottom-right p {
		font-size: 13px;
		}
	/*.about-grid h3 {
		font-size: 22px;
		}*/
	.about-grid p {
		font-size: 13px;
		overflow: hidden;
		/*height: 112px;*/
		}
	.list ul li{
		font-size: 13px;
		}
	.list ul li:nth-child(3){
		overflow:hidden;
		height:24px;
		}
	.list ul li:nth-child(4){
		overflow:hidden;
		height:24px;
		}
	.about-grid p:nth-child(1) {
		padding: 9px 15px;
		overflow: hidden;
		height:85px;
		}
	
	.facts {
		padding: 13px 18px;
		}
	.facts p {
		font-size: 1em;
		}
	
	.footer p {
		width: 95%;
		font-size: 14px;
		}
}
@media(max-width:768px){
.bottom-right h3 {
	font-size: 17px;
}
	
	
		.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top:95.5px !important;
		}
		
		.banner-info{
		width:48%;
		}
		.col-md-3.bottom-grid {
		float: left;
		width: 33.3%;
		}
		.bottom-grid:nth-child(4) {
		display:none;
		}
		.about-grids {
		padding: 35px 0;
		}
		.col-md-4.about-grid {
		float: left;
		width: 33.3%;
		}
		.new-bottom {
		padding: 35px 0;
		}
		.list ul li:nth-child(1){
		display:none;
		}
		.about-grid p {
		overflow: hidden;
		height: 91px;
		}
		.about-grid p:nth-child(1) {
		padding: 4px 15px;
		overflow: hidden;
		  height: 78px;
		}
		
		
		.col-md-2.services-grid {
		float: left;
		width: 20%;
		}
		.services-grid:nth-child(6){
		display:none;
		}
		.services-grids {
		padding: 35px 0;
		}
		.col-md-6.services-left {
		float: left;
		width: 50%;
		}
		.col-md-6.services-right {
		float: right;
		width: 50%;
		}
		.facts p {
		  font-size: 14px;
		}
		.facts p:nth-child(2) {
		display:none;
		}		
		.footer p {
		width: 93%;
		}
}
@media(max-width:640px){
		.bottom-left {
		float: left;
		width: 23%;
		}
		.bottom-right {
		float: right;
		width: 76%;
		}
		.bottom-right h3 {
		font-size: 14px;
		  overflow: hidden;
		  height: 17px;
		}
		.bottom-right p {
		overflow: hidden;
		height: 57px;
		}
		.about-grid h3 {
		/*font-size: 18px;*/
		margin: 0 0 12px 0;
		}
		
		.list ul li:nth-child(5) {
		overflow: hidden;
		height: 26px;
		}
		.slider-info h4 {
		margin: 14px 0 0 23px;
		}
		.about-header h2, .team-header h2,.services-header h2 , .prices-header h2,.contact-header h2{ 
		padding: 9px;
		}
		.about-header img,.services-header img, .prices-header img,.contact-header img {
		margin: 5px 15px 0 0px;
		}
		.nbs-flexisel-inner {
		margin: 35px auto;
		}
		.nbs-flexisel-nav-left {
		background: url(../images/12.png) no-repeat -10px 0px;
		}
		.col-md-6.services-left {
		float: left;
		width: 100%;
		}
		.facts p:nth-child(2) {
		display:block;
		}
		.col-md-6.services-right {
		float: right;
		width: 100%;
		margin-top: 35px;
		}
		
		.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top:117.5px !important;
		}
		.footer p {
		width: 92%;
		}
		
}
@media(max-width:480px){
		
		.col-md-3.bottom-grid:nth-child(3) {
		display: none;
		}
		.col-md-3.bottom-grid {
		float: left;
		width: 50%;
		}
		.col-md-4.about-grid {
		float: left;
		width: 100%;
		}
		.about-grid p {
		overflow: hidden;
		height: 110px;
		}
		.col-md-4.about-grid.list {
		  margin: 16px 0;
		}
		.about-grid p:nth-child(1) {
		padding: 18px 26px;
		overflow: hidden;
		height: 91px;
		}
		
		.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top:187.5px !important;
		}
		.col-md-2.services-grid:nth-child(5) {
		display: none;
		}
		.col-md-2.services-grid {
		float: left;
		width: 25%;
		}
		
		.footer p {
		width: 89%;
		font-size: 12px;
		}
}
@media(max-width:320px){
	.about-grid p:nth-child(1) {
		height: 84px;
	}
		
		.bottom-left {
		float: left;
		width: 20%;
		}
		.bottom-right {
		float: right;
		width: 78%;
		}
		
		.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top:110.5px !important;
		}
		.col-md-2.services-grid {
		width: 100%;
		text-align:center;
		  padding: 0;
		}
		
		.resp-tab-item span {
		  font-size: 11px;
		}
		.facts p {
		font-size: 0.9em;
		padding: 0;
		}
		.facts p:nth-child(2) {
		display:none;
		}
		.about-grid p:nth-child(1) {
		padding: 8px 21px;
		height:82px;
		}
		
		.about-header h2, .team-header h2, .services-header h2, .prices-header h2, .contact-header h2 {
		font-size: 14px;
		padding: 8px;
		}
		.about-header img,.prices-header img,.services-header img, .contact-header img {
		margin: 0;
		}
		
		.footer p {
		width: 85%;
		margin: 0;
		font-size: 12px;
		}
		.footer img {
		margin: 0;
		}
		span.menu img {
		width: 100%;
		}
		span.menu {
		margin: 5px 0;
		text-align:right;
		}
}

/*------------------menu ----------------------------*/

/* old 18BE9C*/ 

/* new D34346*/
#menu {
  background: #D34346;
  margin: 0;
  float:left;
  width:100%;
  line-height:normal;
  padding: 0;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  z-index:1000;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#menu ul:after,
#menu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#menu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index:1000;  
	
}
#menu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
#menu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#menu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#menu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#menu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#menu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#menu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#menu ul li ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
  z-index:1000;
}
#menu ul li ul li:hover > a,
#menu ul li ul li.active > a,
#menu ul li ul li:focus > a
{
  color: #D34346;

}
#menu ul li ul li:hover:after,
#menu ul li ul li.active:after {
  background: #D34346;
}
#menu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#menu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#menu > ul > li {
  float: left;
}
#menu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#menu.align-center > ul {
  text-align: center;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-right > ul {
  float: right;
}
#menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#menu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#menu.align-right ul ul li a {
  text-align: right;
}
#menu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#menu > ul > li.has-sub > a {
  padding-right: 40px;
}
#menu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#menu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #D34346;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#menu > ul > li > a {
  color: #ffffff;
  padding: 14px 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 999;
  position: relative;
}
#menu > ul > li:hover:after,
#menu > ul > li.active:after {
  height: 100%;
}
#menu > ul > li:hover > a,
#menu > ul > li:focus > a,
#menu > ul > li.active > a {
  color: #000000;
}
#menu > ul > li:hover > a:after,
#menu > ul > li:focus > a:after,
#menu > ul > li.active > a:after {
  background: #000000;
}
#menu > ul > li:hover > a:before,
#menu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#menu > ul > li:hover > ul {
  left: 0;
}
#menu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#menu #menu-button {
  display: none;
}
#menu > ul > li > a {
  display: block;
}
#menu > ul > li {
  width: auto;
}
#menu > ul > li > ul {
  width: 170px;
  display: block;
}
#menu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #menu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #menu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #menu.align-right ul li a {
    text-align: left;
  }
  #menu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #menu.align-right ul ul li a {
    text-align: left;
  }
  #menu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #menu ul li ul li a {
    width: 100%;
  }
  #menu.align-center > ul {
    text-align: left;
  }
  #menu.align-center > ul > li {
    display: block;
  }
  #menu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #menu ul {
    width: 100%;
  }
  #menu ul > li {
    float: none;
    width: 100%;
    background-color: #D34346;
  }
  #menu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #menu ul > li:after {
    display: none;
  }
  #menu ul li.has-sub > a:after,
  #menu ul li.has-sub > a:before,
  #menu ul li ul li.has-sub:after,
  #menu ul li ul li.has-sub:before {
    display: none;
  }
  #menu ul li ul,
  #menu ul li ul li ul,
  #menu ul li ul li:hover > ul,
  #menu ul li ul li:focus > ul,
  #menu.align-right ul li ul,
  #menu.align-right ul li ul li ul,
  #menu.align-right ul li ul li:hover > ul,
  #menu.align-right ul li ul li:focus > ul
   {
    left: 0;
    position: relative;
    right: auto;
  }
  #menu ul li ul li,
  #menu ul li:hover > ul > li,
  #menu ul li:focus > ul > li
  {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #menu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #menu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #menu ul li ul li:hover > a,
  #menu ul li ul li:focus > a
  {
    color: #000000;
  }
  #menu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #menu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #menu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
.numeric
{
	text-align:right;
}
.lmgfont
{
	font-family: LMG-ARUN;src:url(LMG-ARUN.TTF);font-weight: bold;	
}
.bmclogo
{	
	background-image:url('../images/bmclogo.png');
	background-repeat:no-repeat;
	width:100%;
	background-color:#353535;
	height:80px;		
}
.redastrick
{
    color:Red;    
}

/*-----loader -------*/
.loading {
  position: fixed;
  z-index: 9999999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer 
{
    position:fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;

}
.popUpDialog
        {
            z-index: 99 !important;
        }

        .autoComplete_listMain
        {
            z-index: 2147483647 !important;
            background: #ffffff;
            border: solid 2px #808080;
            color: #000000;
        }
 .had
{
	text-align:center;
	color:White;
	font-size:15pt;	
}