@charset "utf-8";
/* CSS Document */

/* Relative positioning*/
#wrapper { position: relative; margin: 50px auto 20px auto; }
/* Hide the original tooltips contents */
.pin { display: none; }
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down { position: absolute; background: url(../new_images/arrow-up-down.png); width: 20px; height: 27px; }
#pin-blue { background-position: 0 0; }
#pin-blue1 { background-position: 0 0; }
.tooltip-down { background-position: 0 -27px; }
.tooltip a { color:#fff; }
.tooltip { display: none; width: 250px;  position: absolute; top: 10px; left: 50%; z-index: 999; margin-left: -140px; padding:15px; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 

background: #00aae8; /* Old browsers */ background: -moz-linear-gradient(top, #00aae8 0%, #137ba3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aae8), color-stop(100%, #137ba3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #00aae8 0%, #137ba3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #00aae8 0%, #137ba3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #00aae8 0%, #137ba3 100%); /* IE10+ */ background: linear-gradient(to bottom, #00aae8 0%, #137ba3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aae8', endColorstr='#137ba3', GradientType=0 ); /* IE6-9 */
/*background: #fff1d3; background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90)); background: -webkit-linear-gradient(top, #fff1d3, #ffdb90); background: -moz-linear-gradient(top, #fff1d3, #ffdb90); background: -ms-linear-gradient(top, #fff1d3, #ffdb90); background: -o-linear-gradient(top, #fff1d3, #ffdb90); background: linear-gradient(top, #fff1d3, #ffdb90); */}
.tooltip-down .tooltip { background: #333; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #333333)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #000000 0%, #333333 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #000000 0%, #333333 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #000000 0%, #333333 100%); /* IE10+ */ background: linear-gradient(to bottom, #000000 0%, #333333 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=0 ); /* IE6-8 */
}
.tooltip-down .tooltip::after {
border-top: 10px solid #333;
}
 .tooltip::after {
 content: '';
 position: absolute;
 top: -10px;
 left: 50%;
 margin-left: -10px;
 border-bottom: 10px solid #fff1d3;
 border-left: 10px solid transparent;
 border-right :10px solid transparent;
}
/*.tooltip-down .tooltip { bottom: 12px; top: auto; }
 .tooltip-down .tooltip::after {
 bottom: -10px;
 top: auto;
 border-bottom: 0;
 border-top: 10px solid #137BA3;
}*/

.tooltip { bottom: 12px; top: auto; }
.tooltip::after {
 bottom: -10px;
 top: auto;
 border-bottom: 0;
 border-top: 10px solid #137BA3;
}


.address3 h3 { margin-bottom:5px; font-size:14px; }
.address3 p { margin-bottom:5px; }
