.labels {
   color: red;
   background-color: white;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   width: 60px;     
   border: 2px solid black;
   white-space: nowrap;
 }


@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.mapicons {
	
 
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.mapicons:hover {
	/* border: 2px solid #ff0000; */
    padding-top:0;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 64px;
  opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
  background: -webkit-radial-gradient(circle, transparent, #E5302F, transparent); /* Safari */
  background: -o-radial-gradient(circle, transparent, #E5302F, transparent); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, transparent, #E5302F, transparent); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, transparent, #E5302F, transparent); /* Standard syntax */
}



/*.mapicons:hover {*/
    
    
	
	/* border-radius: 64px;*/
	/*background: transparent url(./monsterflat/mf-icons-circle128.png) 0 0;*/
	
	


.kaicontactform {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.kaicontactform h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.kaicontactform h1>span {
    display: block;
    font-size: 11px;
}
.kaicontactform label {
    display: block;
    margin: 0px 0px 5px;
}
.kaicontactform label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.kaicontactform input[type="text"], .kaicontactform input[type="email"], .kaicontactform textarea, .kaicontactform select{
    border: 1px solid #CCC;
    color: #888;
    height: 30px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.kaicontactform select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 35px;
    line-height:15px;
}
.kaicontactform textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.kaicontactform .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.kaicontactform .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

















.close {
  font-size: 40px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

table.popUpTable td {
   
    margin: 12px 12px 12px 12px;
    padding: 12px 12px 12px 12px;
}
table.popUpTable {
    border-collapse: separate;
    border-spacing: 10px;
    *border-collapse: expression('separate', cellSpacing = '10px');
}

.mycontainer {
  padding-right: 35px;
  padding-top: 7px;
  padding-left: 35px;
 margin: auto;
  width: 100%;
}

.mywell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.mywell2 {
  min-height: 10px;
  padding: 1px 1px 1px 1px ;
  
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {

   padding-top: 8px;
   padding-left: 2px;
   padding-right: 2px;

}


.mapcontainer {
 padding-left: 1px;
 padding-top: 2px;
 padding-right: 1px;

}

.myfooter{
   padding-top: 17px;
height: 4em;
background-color: #f5f5f5;
width: 100%;
}

.myheader{
padding-top: 2px;
min-height: 50px;
max-height: 130px;
height:auto;
width: 100%;
margin:0px auto;

}






.leftpoi{
float:left; 
width:50%;

}

.rightpoi{
float:right;
 width:50%; 
 padding-left: 20px;

}

.descrpoi{
clear: both;
max-width: 100%;
padding-left: 5px;
padding-right: 5px;

}

@media only screen and (max-device-width: 480px) {
.leftpoi{
float:left;
 
width:100%;

}

.rightpoi{
 float:left;
 padding-top: 5px;
 width:100%; 
 clear: both;

}

.descrpoi{
padding-top: 5px;
 width:100%; 
clear: both;

}
}

#data_list
{

  border-left: 10px solid #99CC99 ;
  padding-right: 5px;
}

.flash
{
    border-radius: 3px;
    box-shadow: 1px 1px 15px rgba(33, 116, 217, 0.2), 1px 1px 8px rgba(33, 116, 217, 0.5);
    transition: all 1600ms ease-out;
}


.heading1  { font-size:28px; color:#5e626b; text-transform:uppercase; padding: 0px 14px 4px 0; font-family: 'Crete Round', serif; }

 #popularbrands { margin:0 auto 0 auto }

#popularbrands { position:relative; padding:0 0 20px 0 }
.brandcarousalrelative { position:relative }
#popularbrands ul#brandcarousal { margin: 0; padding: 0; list-style: none; display: block; }
#popularbrands ul#brandcarousal li { text-align: center; border: 1px solid #ddd; padding: 10px 5px; margin: 6px; display: block; float: left; }
#popularbrands.responsive { width: auto; margin-left: 0; }
.clearfix { float: none; clear: both; }
#popularbrands ul#brandcarousal .prev { float: left; margin-left: 10px; }
#popularbrands ul#brandcarousal .next { float: right; margin-right: 10px; }
#popularbrands ul#brandcarousal .pager { float: left; width: 300px; text-align: center; }
#popularbrands ul#brandcarousal .pager a { margin: 0 5px; text-decoration: none; }
#popularbrands ul#brandcarousal .pager a.selected { text-decoration: underline; }
#popularbrands ul#brandcarousal .timer { background-color: #999; height: 6px; width: 0px; }
#popularbrands #prev { background:url(/static/img/carousalarrow.png) no-repeat scroll 8px center #F54F4D; position:absolute; font-size:24px; text-indent:-9999px; display:block; overflow:hidden; height:25px; width:25px; left:0; top:30px }
#popularbrands #next { background:url(/static/img/carousalarrow.png) no-repeat scroll -18px center #F54F4D; position:absolute; font-size:24px; text-indent:-9999px; display:block; overflow:hidden; height:25px; width:25px; right:0; top:30px }
#popularbrands:after{ clear: both; visibility: hidden; display: block; content: ""; clear: both; height: 0; ; }

#MagicaCarousel
{
    max-width: 1200px;
}
#kai_image:hover
{
    border-radius: 3px;
    box-shadow: 1px 1px 15px rgba(83, 194, 217, 0.2), 1px 1px 8px rgba(83, 194, 217, 0.5);
    transition: all 600ms ease-out;
}





.well2 table td
{
    display: inline-flex;
}
@media (max-width: 767px) {
    #MagicaCarousel {
        display: none !important;
    }
}

