#mapView {
  display: none;
  height: 80%;
  width: 100%; }

.mapBtn {
  /*position: absolute;*/
  margin-top: 3px;
  /*left: 0;*/
  z-index: 6;
  padding: 10px;
  background: #33419e;
  width: 100px;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  margin: 20px;
  transition: all .5s ease;
  text-decoration: none;
  border-radius: 20px; }

.mapBtn.active {
  background: #33419e; }

.directionsModal, .directionsModalSpan {
  background: #fdfdfd;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 360px;
  position: absolute;
  top: 40px;
  left: 20px;
  /*padding: 25px;*/
  z-index: 4;
  border-radius: 3px;
  display: none; }

.directionsModal input[type=text], .directionsModalSpan input[type=text] {
  margin: 10px;
  display: block; }

.directionsModal .getDirections, .directionsModalSpan .getDirections {
  display: block;
  padding: 10px 20px;
  text-align: center;
  background: blue;
  color: #fff;
  text-decoration: none; }

.row {
  display: block; }

.input,
.point {
  display: inline-block; }

.locationA {
  background: transparent; }

.locationA,
.locationB {
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #828282;
  font-size: 15px; }

.locationB {
  background: transparent; }

.locationA p,
.locationB p {
  margin-top: 5px; }

.input input:focus {
  outline: none; }

.input .pointA,
.input .pointB {
  font-size: 20px;
  color: #3f51b5;
  border-bottom: 1px solid #828282;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 250px;
  letter-spacing: 0px; }

.selectmap {
  padding: 20px 10px 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: #828282; }

.mapchoice select {
  height: 30px;
  width: 200px;
  padding: 5px;
  font-size: 15px;
  color: #828282; }

.getBtn {
  padding-top: 20px !important;
  padding-bottom: 20px  !important; }

.directionsModal .getDirections, .directionsModalSpan .getDirections {
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  width: 200px;
  background-color: #40b911;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  margin: 0 auto; }

.toolbar *, .container *, .footerlinks * {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Sans-serif;
  word-spacing: -2px; }

h1 {
  font-size: 40px;
  font-weight: 700;
  color: #191919;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-weight: 400;
  font-size: 20px;
  color: #888;
  padding: 5px 0; }

html {
  position: relative;
  height: 100%;
  width: 100%; }

body {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(10deg); } }

@keyframes a {
  0% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(10deg); } }

.swingimage {
  position: relative;
  left: 50px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: a 2s ease-in-out forwards infinite;
  animation: a 2s ease-in-out forwards infinite; }

.swingimageshift {
  position: relative;
  left: 50px;
  margin-top: 30px;
  -webkit-transform-origin: 35% 0;
  transform-origin: 35% 0;
  -webkit-animation: a 3.5s ease-in-out forwards infinite;
  animation: a 3.5s ease-in-out forwards infinite; }

.maps {
  background: #e5e5e5;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  transition: top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box; }

.maps,
.maps h1 {
  color: #fff; }

#toggle {
  appearance: none;
  left: -100%;
  top: -100%; }

#toggle,
#toggle + label {
  position: absolute;
  cursor: pointer; }

#toggle + label {
  top: 0;
  left: 0;
  z-index: 6;
  padding: 10px;
  background: #26ae90;
  width: 100px;
  border-radius: 3px;
  padding: 8px 15px;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin: 20px;
  transition: all .5s ease; }

#toggle + label:after {
  content: "Open Map"; }

.container-active {
  min-height: 950px !important; }

.container {
  transition: margin 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  min-height: 550px;
  /*padding: 5em 3em*/ }

.ico-map {
  font-size: 15px !important;
  margin-left: 5px;
  padding-right: 5px; }

.search-top {
  height: 80px; }

iframe {
  border-top: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.s-btn > button {
  border: none;
  background: none; }

.s-btn > a {
  padding-left: 530px;
  position: absolute; }

.btn-submit > i {
  font-size: 20px;
  color: #fff;
  font-weight: lighter; }

.s-btn > button {
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
  background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
  background-color: #3d94f6;
  position: relative;
  left: 510px;
  z-index: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.s-btn > button:hover {
  background: #1976d2 !important; }

#searchLogo {
  margin-top: 125px;
  min-height: 135px;
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto; }

#searchLogo img {
  float: left; }

.search {
  width: 700px; }

#searchbox,
.search {
  display: block;
  margin: 0 auto; }

#searchbox {
  border-top-color: #a0a0a0;
  cursor: text;
  height: 50px;
  line-height: 36px;
  position: absolute;
  width: 500px;
  margin-left: 10px;
  margin-top: -50px;
  z-index: 1; }

.search input[type=text] {
  background: #fff;
  border: 1px solid #cdcdcd;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  display: inline;
  vertical-align: middle;
  color: #3d3d3d;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.container .search_container .search input#btnsubmit {
  color: #fff;
  background-color: #008eff;
  text-decoration: none;
  padding: 13px 24px;
  font-size: 1em;
  border-radius: 4px;
  margin: 10px 0 0;
  transition: all .3s ease 0s;
  border: 0 solid transparent;
  position: relative;
  cursor: pointer; }

.container .search_container .search input#btnsubmit:hover {
  background-color: #0073cf; }

.search_container {
  /* padding-top: 175px;*/
  box-sizing: border-box;
  margin: 10px 0 0 50px; }

.links_container {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 0 50px; }

@-moz-document url-prefix() {
  .search_container {
    padding-top: 155px; } }

.footerlinks {
  height: 20px;
  position: absolute;
  text-align: center;
  display: block;
  /* padding-top:150px; */
  bottom: 0px;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: bottom; }

.footerlinks ul {
  width: 350px;
  margin: 0 auto;
  font-size: 12px;
  position: relative;
  /*left:10%;*/
  list-style-type: none; }

.footerlinks ul li {
  float: left;
  margin: 0 10px; }

.footerlinks ul li a {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none; }

#favor {
  display: block;
  width: 800px;
  margin: 0 auto;
  list-style-type: none; }

#favor li {
  float: left;
  width: 18%;
  margin: 3px;
  border: 1px solid #f0f0f0;
  font-size: 12px; }

#favor a,
#favor li {
  display: inline-block; }

#favor a {
  text-decoration: none;
  color: #adadad; }

#favor img {
  height: 25px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle; }

.linksBox {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  /*padding-right: 60px;*/ }

#favor,
.linksBox {
  padding-top: 30px;
  display: block; }

#favor {
  text-align: left; }

#favor > span > a > img {
  /*padding-right: 5px;*/
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  border-radius: 5px; }

#favor > span > a > img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  opacity: 1; }

@-moz-document url-prefix() {
  .s-btn > button {
    padding: 14px 20px !important; }
  .search input[type=text] {
    margin: -1px 0 0;
    height: 51px; } }

#firstRunModal {
  margin-top: 10%;
  display: none;
  width: 400px;
  height: 400px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  z-index: 3;
  max-height: 450px;
  padding: 40px;
  border-radius: 50%; }

div#innerModal {
  display: inline-block;
  min-height: 200px;
  margin: -35px auto;
  text-align: center; }

div#innerModal img {
  width: 80px; }

div#innerModal h2 {
  margin-top: 10px;
  font-size: 22px;
  color: #fff; }

div#innerModal h3 {
  margin-top: 10px;
  font-size: 20px;
  color: #fff; }

div#innerModal p {
  margin: 10px;
  font-size: 18px;
  color: #fff;
  padding: 5px; }

div#innerModal a {
  margin-left: 10px; }

div#innerModal a#dl_install {
  background: #000;
  border: 1px solid #fff;
  display: block;
  padding: 20px 80px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  width: 120px;
  margin: 20px auto;
  font-weight: 700;
  transition: background .4s; }

div#innerModal a#dl_install:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000; }

a#closeModal {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -25px;
  left: 200px;
  font-size: 18px; }

a#closeModal:hover {
  text-decoration: underline; }

span#modalFooter {
  display: inline-block;
  font-size: 12px; }

.modal-footer-link,
span#modalFooter {
  color: #737373 !important;
  font-size: 13px !important; }

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 2; }

.mt-arrow {
  display: block;
  width: 300px;
  position: absolute;
  margin-top: -100px;
  margin-left: 50px; }

.mt-arrow > img {
  width: 100%; }

#mt-firstrun {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  top: 0; }

#mt-firstrun .aligner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; }

#mt-firstrun .aligner .card {
  width: 600px;
  height: 200px;
  border: 1px dashed #f89406;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 350px;
  z-index: 2; }

#mt-firstrun .aligner .close {
  position: relative;
  top: 35px;
  left: 230px; }

#mt-firstrun .aligner .card h1 {
  color: #f89406;
  font-size: 45px;
  padding: 20px 30px 0; }

#mt-firstrun .aligner .card h1,
#mt-firstrun .aligner .card h3 {
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }

#mt-firstrun .aligner .card h3 {
  color: #fff;
  font-size: 25px;
  padding: 30px 30px 0; }

#mt-firstrun .aligner i {
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  vertical-align: middle;
  margin-bottom: 8px;
  padding-right: 10px; }

#mt-firstrun .aligner .card p {
  text-align: center;
  color: #fff;
  width: 350px;
  margin: 0 auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }

#mt-firstrun .aligner .card p strong {
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }

#mt-firstrun .aligner .card a {
  margin: 0 auto;
  display: table; }

.st-btn {
  background: #34d9b0;
  background-image: -webkit-linear-gradient(top, #34d9b0, #25ad96);
  background-image: linear-gradient(180deg, #34d9b0, #25ad96);
  border-radius: 28px;
  font-family: Arial;
  color: #fff;
  font-size: 20px;
  padding: 15px 25px;
  border: 3px solid #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }

.st-btn:hover {
  background: #25ad96;
  background-image: -webkit-linear-gradient(top, #25ad96, #34d9b0);
  background-image: linear-gradient(180deg, #25ad96, #34d9b0);
  text-decoration: none; }

#mt-clickhere {
  display: none;
  position: absolute;
  top: 80px;
  left: 190px; }

.mt-logo > img {
  width: 180px;
  margin-bottom: -8px; }

.logo-top {
  position: absolute !important;
  bottom: 5px;
  left: 20px;
  opacity: .3; }

.btn-submit > p {
  font-weight: 400;
  color: #fff;
  font-size: 17px; }

#favor {
  padding: 0; }

#favor li {
  float: left;
  width: 18%;
  margin: 4px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  text-align: left; }

#favor span {
  display: inline-block; }

#favor a {
  display: block;
  padding: 4px; }

#favor a:hover {
  background-color: #f9f9f9; }

#favor img {
  height: 30px;
  width: auto;
  margin-right: 5px; }

/*Tollbar*/
.toolbar {
  background: #e2e2e2;
  /* background-image: -webkit-linear-gradient(top, #f2f2f2, #e0e0e0);
  background-image: -moz-linear-gradient(top, #f2f2f2, #e0e0e0);
   background-image: -ms-linear-gradient(top, #f2f2f2, #e0e0e0);
   background-image: -o-linear-gradient(top, #f2f2f2, #e0e0e0);
  background-image: linear-gradient(to bottom, #f2f2f2, #e0e0e0);*/
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #c1c1c1;
  padding-left: 5px;
  box-sizing: border-box;
  padding-top: 3px;
  overflow: hidden; }

/*.logo-wrapper{padding-right: 15px;}*/
.logo-wrapper img {
  width: 90px;
  padding-right: 10px; }

.toolbar span, .toolbar .logo-wrapper, .toolbar a p {
  display: inline-table;
  vertical-align: middle; }

.toolbar span a img {
  height: 15px;
  padding-right: 5px; }

.toolbar span a p {
  margin-top: -5px;
  font-size: 12px;
  color: #000; }

.toolbar span {
  padding: 2px 10px 2px 5px;
  box-sizing: border-box;
  border: 1px solid transparent; }

.toolbar span:hover {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cdcdcd; }

a.top-logo {
  height: 100%; }

a.top-logo img {
  padding: 8px 15px 8px 8px;
  width: 60px;
  opacity: 1; }

/*Transpotations*/
.transBox {
  background-color: #3f51b5;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }

.trans {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  margin-left: 10px;
  cursor: pointer; }

.car {
  background: url(../../images/car.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.car:hover, .carActive {
  background: url(../../images/car-hover.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.inner {
  padding: 5px 20px; }

.train {
  background: url(../../images/train.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.train:hover, .trainActive {
  background: url(../../images/train-hover.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.walk {
  background: url(../../images/walk.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.walk:hover, .walkActive {
  background: url(../../images/walk-hover.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.bike {
  background: url(../../images/bike.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.bike:hover, .bikeActive {
  background: url(../../images/bike-hover.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.plane {
  background: url(../../images/plane.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.plane:hover, .planeActive {
  background: url(../../images/plane-hover.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.titleBox {
  background: #303f9f;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px; }

/*slide*/
.sideBox {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50px; }

.slideBtn {
  display: block;
  position: absolute;
  top: 50;
  left: 0px;
  width: 200px;
  left: 50%;
  margin-left: -111px;
  padding: 5px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  font-size: 15px;
  background: #33419e;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: -10px; }

.span {
  display: block;
  background: #33419e;
  height: 0px;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #cdcdcd;
  overflow: hidden;
  background: url(../../images/map.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.spanActive {
  height: 400px; }

.span .directionsModalSpan {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50px;
  left: 0px; }

/*map ico list*/
.mapList {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 50px; }

.mapList a {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none !important; }

::-webkit-scrollbar {
  display: none; }

.gIcon p {
  color: #484848; }

/*clock*/
.clock {
  padding-top: 50px;
  text-align: center;
  color: #cecece;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px; }

/*Weather*/
.topR_container {
  float: right;
  top: -2px;
  right: 30px; }

.userDate_container, .userWeather_container {
  display: inline-table;
  font-size: 13px;
  color: #9da1ac;
  padding-right: 10px;
  padding-top: 3px; }

ul.ui-autocomplete li.ui-menu-item {
  padding-bottom: 3px;
  margin-top: 3px; }

/************Toll Tip**********/
.tool-tip {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  text-transform: uppercase; }

.tool-tip::after {
  background-color: #323a45;
  border-radius: 2px;
  color: #fff;
  content: attr(data-tooltip-title) " ";
  font-weight: normal;
  min-width: 100px;
  padding: 5px 8px;
  text-align: center;
  text-transform: none; }

.tool-tip::before {
  width: 0;
  height: 0;
  content: ""; }

.tool-tip::before,
.tool-tip::after {
  position: absolute;
  transition: opacity 250ms ease 0ms, transform 250ms ease 0ms;
  transform-style: preserve-3d;
  opacity: 0;
  z-index: -1; }

.tool-tip[data-tooltip-position="top"]::after,
.tool-tip[data-tooltip-position="bottom"]::after {
  left: 50%; }

.tool-tip[data-tooltip-position="top"]::after {
  transform: translate3d(-50%, 10px, 0); }

.tool-tip[data-tooltip-position="bottom"]::after {
  transform: translate3d(-50%, -10px, 0); }

.tool-tip[data-tooltip-position="top"]::after {
  bottom: calc(100% + 10px); }

.tool-tip[data-tooltip-position="bottom"]::after {
  top: calc(100% + 10px); }

.tool-tip[data-tooltip-position="left"]::after,
.tool-tip[data-tooltip-position="right"]::after {
  top: 50%; }

.tool-tip[data-tooltip-position="left"]::after {
  transform: translate3d(10px, -50%, 0); }

.tool-tip[data-tooltip-position="right"]::after {
  transform: translate3d(-10px, -50%, 0); }

.tool-tip[data-tooltip-position="left"]::after {
  right: calc(100% + 10px); }

.tool-tip[data-tooltip-position="right"]::after {
  left: calc(100% + 10px); }

/* Pointers */
.tool-tip[data-tooltip-position="top"]::before,
.tool-tip[data-tooltip-position="bottom"]::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%; }

.tool-tip[data-tooltip-position="top"]::before {
  transform: translate3d(-50%, 10px, 0); }

.tool-tip[data-tooltip-position="bottom"]::before {
  transform: translate3d(-50%, -10px, 0); }

.tool-tip[data-tooltip-position="top"]::before {
  border-top: 7px solid #323a45;
  bottom: calc(100% + 3px); }

.tool-tip[data-tooltip-position="bottom"]::before {
  border-bottom: 7px solid #323a45;
  top: calc(100% + 3px); }

.tool-tip[data-tooltip-position="left"]::before,
.tool-tip[data-tooltip-position="right"]::before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%; }

.tool-tip[data-tooltip-position="left"]::before {
  transform: translate3d(10px, -50%, 0); }

.tool-tip[data-tooltip-position="right"]::before {
  transform: translate3d(-10px, -50%, 0); }

.tool-tip[data-tooltip-position="left"]::before {
  border-left: 7px solid #323a45;
  right: calc(100% + 3px); }

.tool-tip[data-tooltip-position="right"]::before {
  border-right: 7px solid #323a45;
  left: calc(100% + 3px); }

.tool-tip:hover::before,
.tool-tip:hover::after {
  opacity: 1;
  z-index: 100; }

.tool-tip[data-tooltip-position="top"]:hover::before,
.tool-tip[data-tooltip-position="bottom"]:hover::before,
.tool-tip[data-tooltip-position="top"]:hover::after,
.tool-tip[data-tooltip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0px, 0); }

.tool-tip[data-tooltip-position="left"]:hover::before,
.tool-tip[data-tooltip-position="right"]:hover::before,
.tool-tip[data-tooltip-position="left"]:hover::after,
.tool-tip[data-tooltip-position="right"]:hover::after {
  transform: translate3d(0px, -50%, 0); }

/************End of Toll Tip**********/


/*# sourceMappingURL=newtab.css.map*/