@charset "utf-8";
/*
* {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
*/

html,body {
    height:100%;
    overflow:hidden;
}

body {
   font-family:arial,sans-serif;
   width:100%;
   padding:0;
   margin:0;
   background:#000;
}

#container {
   position:relative;
   top:0;
   left:0;
   width:100%;
   height:100%;
   margin:0;
   max-width: 100%;
   padding-right: 0;
   padding-left: 0;
}

#blocker {
   display:none;
   width:100%;
   height:93px;
   z-index:2;
   position:absolute;
   top:0;
   left:0;
   background:rgba(0,0,0,0.01);
}


#pano-box.initial {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    z-index:0;
    opacity:0.85;
}

#pano-box.initial.dark {
   opacity:0.7;
   
}



#pano.initial {
   height: 100%;
   width: 100%;
   visibility:hidden;
   opacity:0;
}

#pano-box {
   position:absolute;
   top:0;
   left:0;
   height:100%;
   width:100%;
   z-index:1;
   visibility:hidden;
  
}

#pano {
   height:100%;
   width:100%;
}


#bginfo-box {
   position:absolute;
   right:10px;
   top:35px;
   z-index:100;
   color:#eee;
   visibility:hidden;
}

#bgcontrols {
   float:left;
}

#bginfo-text {
   display:none;
   clear:both;
   float:left;
   margin-top:8px;
   background:rgba(0,0,0,0.55);
   padding:2px 4px;
   color:#f1f1f1;
   font-size:12px;
}

.bgcontrol {
   margin-right:8px;
   background-image: url('/img/bgcontrols.png');
   background-repeat: no-repeat;
   display:block;
   float:left;
   height:28px;
   width:28px;
   opacity:1;
}

.bgcontrol:hover {
   opacity:1;
}

#bgback {
   background-position:0 -60px;
}

#bgforward {
   background-position:0 0;
}

#bgfull {
   background-position:-60px -30px;
}

#bginformation {
   background-position: -30px 0;
}


#actions-box {
   float:left;
   z-index:4;
   margin:0;
   margin-left:5px;
}

#actions-box.initial {
   display:none;
}

#actions-box > .btn {
   background-color:#fff;
   margin-left:3px;
   padding:0 1px;
   background-image:none;
   border:1px solid #999;
}

/* icon size*/
#actions-box > .btn > i {
 font-size:24px;
 line-height:28px;

}

#actions-box > .btn.touch:hover {
   border-color:#666 !important;
}

#share-button {
}

#road-button {
   display:none;
 
}

#download-button.disabled {
   cursor: pointer;
}

#map-img {
  position:absolute;
  z-index:-50;
  visibility:hidden;
  width:0;
  height:0;
}

#share-box {
   
}

#share-box .modal-dialog, #search-signup-box .modal-dialog {
   padding-top:80px;
}

#genimg-wait {
   display:none;
   padding:4px 5px;
   background:#ddffdd;
   font-weight:bold;
   border-radius:4px;
}

#share-img.loading {
   transform:scale(0.5,0.5);
}

  
#share-img {
   width:100%;
}

#share-img-box {
   padding-right:0;
}

#link {
   margin-bottom:5px;
}

#link,#img-link,#latlng-link {
   background: #fff;
}
#link:hover,#img-link:hover,#latlng-link:hover {
   cursor:pointer;
}

.social-button {
   margin-left:2px;
   opacity:0.85;
}

.social-button:hover {
   opacity:1;
}

#map-box {
   position:absolute;
   z-index:2;
   visibility:hidden;
}

#map-box.small {
   left:20px;
   bottom:40px;
   width:370px;
   height:310px;
   border:3px solid rgba(255,255,255,0.5);
   border-radius:1px;
   z-index:3;
   opacity:0.9;
   counter-reset:x 9;
}

#map-box.small:hover {
   opacity:1 !important;
}

#map-box.noshow {
   visibility:hidden;
   opacity:0;
   z-index:-1;
}

#map-box.full {
   width:100%;
   height:100%;
   top:0;
   left:0;
   border:0;
   z-index:2;
   opacity:1;
   counter-reset:x 10;
}


   
#map {
   width:100%;
   height:100%;
   display:none;
}


#maparrow {
   position:absolute;
   bottom:39px;
   left:15px;
   width:28px;
   height:28px;
   z-index:3;
   background-image: url('/img/bgcontrols.png');
   background-repeat:no-repeat;
   display:none;
   opacity:0.8;
}

#maparrow:hover {
   cursor:pointer;
   opacity:1;
}

#maparrow.down {
   background-position: 0 -96px;
}

#maparrow.up {
   background-position: -28px -96px;
}  




/* bootstrap hacks */
#pano img, #bgpano img, #map img {
   max-width:none;
}

#bgpano, #bgpano *, #pano, #pano *, #map, #map * {
   box-sizing: content-box;
}

#no-location, #click-to-view {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  color:#fff;
  width:300px;
  height:42px;
  border:2px solid #ccc;
  border-radius:3px;
  padding:10px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  display:none;
}

#click-to-view {
   
   background:rgba(0,0,0,0.8);
   line-height:22px;
   height:50px;
   font-size:18px;
   border:3px solid #fff;
   
}

#click-to-view:hover {
   
   background:rgba(255,255,255,0.1);
   
   
}

#click-to-view:active {
   
    border:4px solid #fff;
   
}

#headline {
   margin-top:120px;
   width:100%;
   text-align:center;
   z-index:100;
   position:relative;
}

#headline > h1 {

   font-size:55px;
   color:#fff;
   font-family:verdana, sans-serif;
   line-height:normal;
   text-shadow:
  3px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
        z-index:100;
        font-weight:bold;
}

#hint {
   color:#fff;
   margin:0 auto;
   width:340px;
   margin-top:25px;
   visibility:hidden;
   opacity:0;
   position:relative;
   text-shadow:
   -1px -1px 0 rgba(0,0,0,0.5),  
    1px -1px 0 rgba(0,0,0,0.5),
    -1px 1px 0 rgba(0,0,0,0.5),
     1px 1px 0 rgba(0,0,0,0.5);
   z-index:2;
  
}


#hint li {
   list-style-type:square;
   float:left;
   clear:both;
   line-height:20px;
}
                                       
#hint li:hover {
   cursor:pointer;

}

#hint ul a {
    font-size:12px;
   color:#f1f1f1;
   font-weight:bold;
}

#hint ul a:hover {
   text-decoration:underline;
}

#hint ul {
   overflow:hidden;
}

#promo {
   font-size:12px;
   visibility:hidden;
   opacity:0;
   padding-left:8px;
   border-radius:3px;
}

#promo a {
   color:#aaffaa;
   font-weight:bold;
   text-decoration:none;
}

#promo a:hover {
   color:#77eeff;
}  

#promo > span {
   color:#ff7777;
   font-size:11px;
 
}

.promo-uk {
  
}

#home-icon {
   position:absolute;
   top:20px;
   left:95px;
   font-size:18px;
   z-index:4;
   border-radius:20px;
   border-width:2px;
   background:rgba(0,0,0,0.5);
   color:#fff;
}

#home-icon:hover {
   cursor:pointer;
   border-width:3px;
   top:19px;
   left:94px;
}

#search-box {
   position:absolute;
   left: 20px;
   top: 40px;
   min-height:40px;
   min-width:20px;
   z-index:3;
   height:40px;
   padding:5px 5px;
   background:rgb(200,200,200);
   background:rgba(255,255,255,0.4);
   border-radius:3px;
   margin:0;
   width:auto;
}

#search-box.initial {
   position:relative;
   left:auto;
   top:auto;
   margin:0 auto;
   margin-top:40px;
   padding:4px 6px;
   width:408px;
      height:40px;
   padding:3px 4px 3px 4px;
    background:rgb(200,200,200);
   background:rgba(255,255,255,0.3);
}

#search {
   padding-right:25px;
   margin:0;
   color:#333;
   line-height:20px;
   border-width:1px;
   width:320px;
   font-size:12px;
}


#search.initial {
   width:400px;
   border-width:1px;
   font-size:14px;
   height:34px;
}



#search-clear
{
   position: absolute;
   top: -4px;
   right: 6px;
   border: none;
   background-color: transparent;
   cursor: pointer;
   width: 16px;
   opacity:0.6;
   font-size:26px;
}

#search-clear.initial {
   display:none;
}

#search-limit {
   position:absolute;
   bottom:0px;
   right:3px;
   font-size:7px;
}


#search-spinner
{
   position: absolute;
   top: 7px;
   right: 8px;
   display:none;
   background-color: transparent;
   width:16px;
   height:16px;
}

#form {
  float:left;
   margin:0;
   position:relative;
}

#search.error {
  border-color: rgb(237, 82, 82);
  border-color: rgba(237, 82, 82, 0.9);


}

#search.nosv {
  border-color: rgb(232, 237, 82);
  border-color: rgba(232, 237, 82, 0.9);
}

#search.mapsv {
  border-color: rgb(237, 162, 82);
  border-color: rgba(237, 162, 82, 0.9);

}

#search.svok {
  border-color: rgb(82, 237, 100);
  border-color: rgba(82, 237, 100, 0.9);

}

#address {
   color:#fff;
   margin-left:3px;
   float:left;
   z-index:5;
   overflow:hidden;
   white-space:nowrap;
   text-overflow: ellipsis;
   font-size:12px;
      text-shadow:
   -1px -1px 0 rgba(0,0,0,0.5),  
    1px -1px 0 rgba(0,0,0,0.5),
    -1px 1px 0 rgba(0,0,0,0.5),
     1px 1px 0 rgba(0,0,0,0.5);
     position:absolute;
     top: 88px;
    left: 23px;
    background: rgba(0,0,0,0.3);
    padding: 2px 4px;
}

#address.initial {
    left: 0px;
    top:40px;
    opacity:0.8;
}


#social {
   position:absolute;
   bottom:2px;
   left:80px;
   z-index:4;
   overflow:hidden;
   white-space:nowrap;
   background:rgba(0,0,0,0.2);
   height:26px;
   padding:3px 1px 3px 4px;
   border-radius:3px;
   display:none;
   
}

#social > div { 
  float:left;
}

#social:hover {
   opacity:1;
}



#like-box {
}

#tweet-box {
   width:65px;
   height:20px;
}

#plusone-box {
   width:80px;
}

#distance {
   position:absolute;
   bottom:20px;
   right:10px;
   z-index:3;
   color:#fff;
   font-size:11px;
   height:20px;
   width:50px;
   text-align:right;
   display:none;
   background-color:rgba(0,0,0,0.6);
   padding:2px 5px;
}



#menu.initial {
   left:0;
   padding-right:4px;
}

#menu {
   position:absolute;
   top:0;
   left:0;
   z-index:4;
   background:rgb(100,100,100);
   background:rgba(0,0,0,0.5);
   padding: 4px 2px 4px 2px;
   width:100%;
}

#menu-links {
   float:left;
}

#menu-upgrade {
 padding-right:4px;
}

#menu  a {
   display:block;
   float:left;
   margin:0 4px;
   color:#fff;
   font-size:13px;
   text-shadow:
   -1px -1px 0 rgba(0,0,0,0.5),  
    1px -1px 0 rgba(0,0,0,0.5),
    -1px 1px 0 rgba(0,0,0,0.5),
     1px 1px 0 rgba(0,0,0,0.5);
}

#menu  a:hover {
   color:#77eeff;
   text-decoration:none;
   
}

#menu i {
   font-size:18px;
}

.sep {
   color:#ccc;
   padding:0 8px;
   line-height:18px;
}

#menu-right {
 position:absolute;
   right:8px;
}

#menu-right .btn {
   padding:0px 6px;
   cursor:pointer;
}

#menu-right i {
 
   font-size:16px;
}

.menu-link {
  float:right;
  display:block;
  line-height:20px;
}

.menu-link > .new {
   text-shadow:none;color:#ff0000;letter-spacing:1.5px;font-size:11px;font-weight:bold;
}


#sharebutton-box {
   margin-top:1px;
   float:right;
}

.share {
   margin-left:7px;
   background-image: url('/img/share.png?v=0');
   background-repeat: no-repeat;
   display:block;
   float:left;
   height:19px;
   width:19px;
   background-color:#fff;
   opacity:0.9;
}

.share:hover {
   border-color: rgb(82, 168, 236);
   text-decoration:none;
   opacity:1;
}

#share-fb-menu {
   background-position:0 -40px;
}

#share-twitter-menu {
   background-position:-25px -40px;
}

#share-gplus-menu {
   background-position:-50px -40px;
}

#share-pinterest-menu {
   background-position:-125px -40px;
}

.popup {
   display:none;
   border:8px solid #ccc;
   border-radius:10px;
   width:80%;
   background:#fff;
   padding: 5px 8px 15px 5px;
   overflow:auto;
   text-align:left;
   max-width:700px;
   z-index:10;
   font-size:13px;
   line-height:19px;
   margin-top:-20px !important;
}


#old-browser-box {
   
   top:30%;
   overflow:hidden;
   
}

#old-browser-box  .modal-content {
   border:5px dashed red;
   font-size:16px;
}
 
#about-box, #signup-box, #old-browser-box, #success-box, #login-box {
   margin-top: 20px;
}

h4 {
    padding: 3px 0;
    border-bottom: 3px solid #D1E1FA;
}

#share-box .form-control {
   border-color:#e1e1e1; 
}
    
#explains span {
    background-image: url("../img/control_sprite.png?v=1");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    margin-right:10px;
}

#explains div {
   margin-bottom:8px;
}  

#explains #random-sprite {
   background-position:0 0;
   width: 40px;
}

#explains #switch-sprite {
   background-position:-47px 0;
   width: 40px;
}
#explains #download-sprite {
   background-position:-94px 0;
   width: 40px;
}
#explains #share-sprite {
   background-position:-141px 0;
   width: 40px;
}

#explains #svok-sprite {
   background-position:-200px 0;
   width:141px;
   }

#explains #mapsv-sprite {
   background-position:-363px 0;
      width:141px;
}

#explains #error-sprite {
  background-position:-531px 0;
  width:141px;
}

#explains #nosv-sprite {
   background-position:-699px 0;
   width:141px;
}

#bottom-box{
   background:rgba(255,255,255,0.9);
   position:absolute;
   bottom:0;
   left:0;
   z-index:4;
   width:100%;
   text-align:center;
   vertical-align:middle;
   overflow:hidden;
   height:105px;
}

#mainad {
   display:inline-block;
   position:relative;
}

#adholder {
   text-align:center;
}

#aff-banner.initial {
   right:10px;
   left:auto;
   display:none;
}

#top-box {
   position:absolute;
   display:block;
   z-index:4;
   left:610px;
   top:37px;
   height:80px;
   background:transparent;
   padding-left:30px;
   width:700px;
}


#top-box.initial {
   
   left:2px;
   top:66px;
   padding-left:0;
   left:50%;
   margin-left:-160px;
   width:320px;
}

#topadholder {
   overflow:hidden;
   display:inline-block;
   margin-right:20px;
   max-height:50px;
   width:320px;
}


#aff-banner {      
   display:inline-block;
   width:320px;
   height:50px;
}

#AdThrive_Footer_1_desktop {
   position:static !important;
    background:0 none;
}

#AdThrive_Header_1_desktop {
   margin:0 !important;
 
}

#AdThrive_Header_1_tablet.adthrive-ad, #AdThrive_Header_1_phone.adthrive-ad {
   margin:0 !important;
}

.adthrive-sticky.adthrive-footer {
   position:static !important;
   background:0 none;
}

.adthrive-close {
   display:none !important;
}

.adthrive-footer-message {
     display:none !important;
}


#nord234 {
   display:none;
}

#affiliate {
   position:relative;
   margin:12px 0 5px 10px;
   bottom:0;
   height:90px;
   float:left;
   overflow:hidden;
   border:1px solid #000;
   
}

#affiliate.visible {
    display:inline-block;
}

#signup-box {

}

#signup {
   position:relative;
   margin:10px 0 5px 10px;
   bottom:0;
   height:auto;
   float:left;
   overflow:hidden;
   border:1px solid #000;
   font-size:15px;
}

.signup-button, #search-signup-button {
  display:block;
  width:100%;
}



.pricing-card .radiobutton {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border:2px solid #999;
    background-color:transparent;
    top:24px;
    left:20px;
    transition: background 0.5s;
}

.pricing-card.selected .radiobutton {
    width:18px;
    height:18px;
    border-color:#1a4468;
    background:#1a4468;
    border:0 none;
}

.pricing-card .radiobutton svg {
   opacity:0;
   color:#fff;
   transition: opacity 0.5s;
   width:16px;
   height:16px;
}

.pricing-card .radiobutton svg path {
   fill:#fff;
}

.pricing-card.selected .radiobutton svg {
  opacity:1;
}


.pricing-card .price-subheader {
   display:inline-block;
   font-size:1.3em;
   
}

.pricing-card {
   background:#eee;
   padding:15px 15px 15px;
   text-align:center;
   margin-top:5px;
   border-radius:5px;
   transition: .2s ease-out;
   cursor: pointer;
   opacity:0.9;
   color:#54738e;
}


.pricing-card.selected {
   background:#1f74bd;
   color:#fff;
    opacity:1;
}

.pricing-row {
      margin-bottom:30px;
 }
   


.pricing-header {
   font-size:1.4em;
   margin-bottom:25px;
   font-weight:400;
   border-bottom:1px solid #ccc;
}



.price {
   font-size:22px;
   margin-top:3px;
   position:relative;
}

.price .month {
   font-size:10px;
}

.price strike {
    position:absolute;
    left:7px;
    top:3px;
    font-size: smaller;
    opacity: 0.6;
}

.price strike .currency-unit {
   font-size:inherit;
}

.price-subtext {
   font-size:12px;
   margin-top:6px;
}

.pricing-card.selected .price-subtext {
   color:#ccc;
}

.price .currency-unit {
   opacity:0.9;
   font-size:20px;
   padding-right:1px;
}

.currency-unit {
   
}

 .trial {
    margin-top: 8px;
    border: 1px solid;
    font-size: 13px;
    border-radius: 3px;
 }


.probenefit svg {
   width:40px;
   height:40px;
   margin-right:15px;
   float:left;
   font-size:12px;
}

.probenefit p {
   overflow:hidden;
   padding-left:2px;
}

.probenefit p b, #period-info b, .upgradeholder b, #searchlimit b {
    background-color: #e1f4ff;
    display: inline-block;
    padding: 0px 4px;
    margin: 2px -2px;
    font-weight:bold;
    border-radius:3px;
}


#period-info {
   margin-bottom:20px;
   line-height:25px;
}

#period-info i{
   font-style:normal;
   font-weight:bold
}


#discount-banner {
   position:absolute;
   background:#f76666;
   color:#fff;
   padding:3px 4px;
   font-size:11px;
   left:50%;
   top:-5px;  
   width:70px;
   margin-left:-35px;   
   border-radius:5px;
}

#history-disclaimer {
   position:absolute;
   right:10px; 
   bottom:-10px;
   font-size:10px;
   color:#aaa;
   font-style:normal;
}



#big_amz {
}

#small_amz {
   display:none;
}


.ad_huge {
    width:728px;
   height:90px;
}
.ad_big {
    width:468px;
   height:60px;
}
.ad_small {
    width:320px;
   height:50px;
}

#mainad.massive {
   width:970px;
   max-height:90px;
   margin:5px 10px 2px 5px;
  
}

#mainad.huge {
   width:728px;
   max-height:90px;
   margin:5px 10px 5px 5px;
   font-size:14px;
  
}


#mainad.big {
   width:468px;
   max-height:60px;
   margin:5px 10px 0px 2px;
   font-size:13px;

}
#mainad.small {
   width:320px;
   max-height:50px;
   margin:2px 6px 0 0;
   font-size:12px;

 
}

#mainad.upgrade {
   max-height:60px;
   margin: 5px;
}  



.upgradeholder {
   display:inline-block;
   visibility:hidden;
   padding:5px 90px 5px 50px;
   width:320px;
   height:50px;
   overflow:hidden;
   cursor:pointer;
   background:#fff;
   font-size:14px;
   line-height:13px;
   position:relative;
   outline:4px dashed #f00;
   cursor:pointer;

}

.upgradeholder.visible {
  visibility: visible;
  
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.upgradeholder.shake {
   animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



.upgradeholder.cell {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;

}

.upgradeholder.initial {
   display:none;  
}

.upgradeholder * {
   cursor:pointer;
}

 .upgradeholder b, #searchlimit b, .probenefit p b, .highlight {
    
     background-color: #fffc7f;
     padding: 2px 4px;
    
 }
 
 .upgradeholder svg {
    
   position:absolute;
   left:3px;
 }


.upgradeholder.bottom {
   line-height:12px;
   border:1px solid #ccc;
}

.upgradeholder .btn {
    position:absolute;
    right:10px;
    top:9px;
    font-size:13px;
}



#login-link-wrapper {
   display:none;
   padding-top:10px; 
}

#order-success-wrapper {
   display:none;
}

#login-link {
   padding-top:10px;
}


#hidemainad {
   -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all .1s ease-in-out;
    appearance: none;
    background-color: #FFFFFF;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImZzQ2xvc2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDU1LjAwMDAwMCwgLTcwLjAwMDAwMCkiIGZpbGw9IiM4ODg4ODgiPiAgICAgICAgICAgIDxnIGlkPSJjYW5jZWwtaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA1NS4wMDAwMDAsIDcwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOS40ODU5Mzc1LDAuNjE4NDM3NSBDOS4yNDI1LDAuMzc0Njg3NSA4Ljg0NzUsMC4zNzQ2ODc1IDguNjA0Mzc1LDAuNjE4NDM3NSBMNC45ODEyNSw0LjI0MDYyNSBMMS4zNTkwNjI1LDAuNjE4NDM3NSBDMS4xMTU2MjUsMC4zNzQ2ODc1IDAuNzIwMzEyNSwwLjM3NDY4NzUgMC40NzcxODc1LDAuNjE4NDM3NSBDMC4yMzQwNjI1LDAuODYxODc1IDAuMjM0MDYyNSwxLjI1Njg3NSAwLjQ3NzE4NzUsMS41MDA2MjUgTDQuMDcwNjI1LDUuMDk0Mzc1IEwwLjQ3OTM3NSw4LjY4NDY4NzUgQzAuMjM2MjUsOC45MjgxMjUgMC4yMzYyNSw5LjMyMzEyNSAwLjQ3OTM3NSw5LjU2NjU2MjUgQzAuNjAxODc1LDkuNjg4NzUgMC43NjE1NjI1LDkuNzQ5Njg3NSAwLjkyMTI1LDkuNzQ5Njg3NSBDMS4wODA5Mzc1LDkuNzQ5Njg3NSAxLjI0LDkuNjg4NzUgMS4zNjIxODc1LDkuNTY2NTYyNSBMNC45ODEyNSw1Ljk0ODEyNSBMOC42MDA5Mzc1LDkuNTY2NTYyNSBDOC43MjI4MTI1LDkuNjg4NzUgOC44ODE4NzUsOS43NDk2ODc1IDkuMDQxNTYyNSw5Ljc0OTY4NzUgQzkuMjAxNTYyNSw5Ljc0OTY4NzUgOS4zNjE1NjI1LDkuNjg4NzUgOS40ODI4MTI1LDkuNTY2NTYyNSBDOS43MjYyNSw5LjMyMzEyNSA5LjcyNjI1LDguOTI4MTI1IDkuNDgyODEyNSw4LjY4NDY4NzUgTDUuODkyNSw1LjA5NDY4NzUgTDkuNDg1OTM3NSwxLjUwMDkzNzUgQzkuNzI5Njg3NSwxLjI1Njg3NSA5LjcyOTY4NzUsMC44NjIxODc1IDkuNDg1OTM3NSwwLjYxODQzNzUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #888888, 0 0 0 6px rgba(247,247,247,.75);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 20px;
    outline: none;
    padding: 0px;
    position: absolute;
    right: -60px;
    top: 30%;
    transition: all .3s ease-in-out;
    width: 20px;
    min-width: initial;
    display:none;
}


#hidemainad:hover {
  background-color:rgba(0,0,0,0.1);
}


#disclaimer.initial {
   left:60px;
   
}

.vline {
   
}

/*
.upgrade-link {
   display:none;
}

.upgradeholder {
   display:none !important;
}

#download-button {
   display:none !important;
}
*/

#disclaimer  {
   left:82px;
   bottom:3px;   
   background:rgba(0,0,0,0.3);
   border-radius:2px;
   height:19px;
   padding:2px 5px;
   position:absolute;
   color:#fff;
   font-size:11px;
   z-index:3;
   overflow:hidden;
   width:auto;
   opacity:0.95;
   text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
    color:#eee;

}

#disclaimer a {
   font-weight:normal;
   color:#8CCFFF;
}

#disclaimer a:hover {
  
   
}


a#bottom-af {
   
   color:#aaffaa;
   
}


.none {
   display:none;
}

.tipsy { font-size: 12px;font-weight:normal; position: absolute; padding: 5px; z-index: 100000; line-height:16px; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 180px; padding: 3px 8px 4px 8px; text-align: center;}

/* Rounded corners */
.tipsy-inner { border:0px solid rgba(255,255,255,0.9);border-radius: 2px;}

/* Uncomment for shadow 
.tipsy-inner { box-shadow: 0 0 3px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



#media-width {
   position:absolute;
   z-index:-9999;
     width:0;
     height:0;
     display:none;
      visibility:hidden;
     min-width:999999px;
}


/* map hacks */

/* dinosaur */

/* zoom / rotate controls 

#pano-box .gm-bundled-control-on-bottom, #map-box.full .gm-bundled-control-on-bottom {
   bottom: 260px !important;
} 
*/

/* autocomplete dropdown */

.pac-container {
   /*max-height:98px !important;*/
   opacity:0.9;
}

.pac-container div {
   padding:0px 4px !important;
}

.pac-container:after {
   background-image:none !important;
   height:0px !important;
}

/* street view opacity */
#map img[src*="svv"] {
   opacity:0.3 !important;
}

/* maptype control */

  #map-box.full div.gmnoprint[style*="margin: 10px"][style*="left: 0px"] {
         top:106px !important;
         left:15px !important;
         
      }
      
      
  #map-box.full div.gmnoprint[style*="margin: 10px"][style*="left: 0px"] button {
         font-size:15px !important;
         height:30px !important;
         padding:0 15px !important;
         
      }

/* map / satellite toggle */

.gm-style-mtc > button {
   height:30px !important;
}


#pano .brighten[aria-label="Street View"] {
   filter:invert(1);
}


#map > div[style*="background-color: white"] {
   display:none !important;
}

#map div[style*="background-color: rgba(0, 0, 0, 0.5)"] {
    display:none !important;
}

#pano div[style*="border-radius: 5px"] {
    display: none !important;
}

#pano div[style*="border-radius: 3px"] {
    display: none !important;
}


/* full screen control */

/* ad overlay overflow 


#pano > div {
   overflow:visible !important;
}

#pano > div > div:nth-child(2) {
    overflow:visible !important;
}
#pano > div > div:nth-child(2) > div:first-child{
    overflow:visible !important;
}
#pano > div > div:nth-child(2) > div:first-child > div:first-child{
    overflow:visible !important;
}
#pano > div > div:nth-child(2) > div:first-child > div:first-child > div:last-child{
    overflow:visible !important;
}
#pano > div > div:nth-child(2) > div:first-child > div:first-child > div:last-child > div:first-child{
    overflow:visible !important;
}


*/


@media (min-width:320px) {
   #media-width {
    min-width:320px;
   }
   
}




@media (min-width:468px) {
   #media-width {
    min-width:468px;
   }
   
}


@media (min-width:728px) {
   #media-width {
    min-width:728px;

   }
}


@media (min-width:900px) {
   #media-width {
    min-width:900px;

   }
}


@media (min-width:970px) {
   #media-width {
    min-width:970px;

   }
}



@media (max-width: 810px) {

   #aff-banner {
      display:none;
   }
    
}



@media (max-width: 1050px) {
   #nord468 {
      display:none;
   }
   #nord234 {
      display:block;
   }
}

@media (max-width: 1485px) {
     #affiliate {
      width: 160px;
      margin-left:5px;
   }
   
   #big_amz {
      display:none;
   }
   
    #small_amz {
      display:block;
   }

   
}

@media (max-width:970px) {
   
  #mainad.massive {
      left:0 !important;
      margin-left:0 !important;
      overflow:hidden;
   }
   
      #mainad.upgrade {
         width:90%;
   }
   
   
}

@media (max-width: 910px) {
   #affiliate {
      display:none !important;
   }
   
   #small_amz {
      display:none;
   }
   
   #hidemainad {
      right:-30px;
   }

   
}

@media (max-width: 768px) {

 

  #headline > h1 {
      font-size:44px;
   }
   
   #headline {
      margin-top:135px;
   }

   #map-box.small{
     width:300px;
     height:240px;
     bottom:30px;
   } 
   
   #maparrow {
      bottom:29px;
   }
   
   
   #discount-banner {
      right:0;
      left:auto;
   }
   
   .pricing-header {
      font-size:18px;
      margin-bottom:15px;
   }
   
   .pricing-row {
      margin-bottom:25px;
   }
   
   .pricing-card {
      padding:10px 15px;
   }
   
   .price {
      font-size:20px;
      margin-top:2px;
   }
   
   .price-subtext {
      font-size:11px;
   }
   
    .trial {
      margin-top: 6px;
    }

   
   .probenefit {
      font-size:12px;
   }
   
   .probenefit svg {
      margin-right:6px;
      width:28px;
      height:28px;
   }
   
   #subscription .col-xs-6 {
      padding-right:8px;
      padding-left:8px;
   }
      
   
   
}


@media (max-width: 728px) {
  
  #headline > h1 {
      font-size:42px;
   }
  
      
   #search-box.initial {
      margin-top:20px;
      width:308px;
   }
   #search.initial {
      width:300px;
      font-size:12px;
   }
   
   .upgradeholder {
      display:none !important;
   }
 
}

@media (max-width: 660px) {

   #bginfo-box {
      top:30px;
      right:2px;
   }
   
   
}


@media (max-width: 550px) {

   .social-button {
      font-size:11px;
      padding:1px 4px !important;
   }
   

}


@media (max-width: 480px) {
  
  #social {
   display:none !important;
  }
  
  #disclaimer {
   display:none;
  }
  
  #disclaimer.initial {
      left:5px;
      width:100%;
      text-align:center;
  }
  
  #history-disclaimer {
     max-width:120px;
     bottom:-16px;
  }
  
  
   #headline > h1 {
      font-size:35px;
      margin-bottom:-5px;
   }
   
   #mainad.big{
      left:0 !important;
      margin-left:0 !important;
      overflow:hidden;
   }
  
   
   #search-box.initial {
      margin-top:-5px;
   }
   
   #search-box {
      left:2px !important;
      top:35px !important;
   }
   
   
   #hint {
      margin-top:60px;
      font-size:12px;
   }
   
   #menu {
      left:0;
   }
   
   #menu-links a span {
      display:none;
   }
   
   #address {
      left:3px;
      top:80px;
   }
   
  #address.initial {
      left:2px !important;
      top:35px;
   }
   
   
   
   
   #map-box.small, #maparrow {
      visibility:hidden !important;
      z-index:-1000;
    /* width:180px;
     height:130px;*/
   }
   


/* map hack mobile */
    
/* maptype (map/sat) google control */

      #map-box.full div.gmnoprint[style*="margin: 10px"][style*="left: 0px"] {
         top:100px !important;
         left:-5px !important;
         
      }


   #map-box.full .gmnoprint[controlwidth="28"][controlheight="55"]
   {
      top: 60px !important;
      left:2px !important;
   }



   /* pegman */
   #map-box.full .gmnoprint[controlwidth="28"][controlheight="28"]
    {
      bottom:auto !important;
      right: auto !important;
      left:4px !important;
      top:190px !important;

   }
  
   
   #share-img-box {
      margin-bottom:15px;
      padding-right:15px;
      text-align:center;
   }
   
   #share-img {
      max-height:200px;
   }
  
   
   .social-button {
      font-size:12px;
   }  
   
   #bottom-box {
      height:60px;
   }
   
   #about-box, #signup-box, #old-browser-box, #share-box {
      margin-top:15px;
   }
   
   #map-box.full #maptype {
      left:3px !important;
      top:64px !important;
   }
   
   #map-box.full div[style*="left: 88px"] {
     left:3px !important;
      top:64px !important;
}
   
   .fs-close-button {
      right: 2px !important;
   }

   #hidemainad {
      top:14px;
      
   }

   #blocker {
      z-index:-20;
   }

}


@media (max-width: 320px) {
   #mainad.small{
      left:0 !important;
      margin-left:0 !important;
   }
   
    .social-button {
      font-size:11px;
   }
   
}

@media (max-height: 576px)  {


  #map-box.small {
     width:300px;
     height:220px;
   } 
   
   #mainad.huge {
     bottom:0px !important;
   }
   
     
  #disclaimer {
      display:none;
  }
  
   
}
   

@media (max-height: 468px)  {
   
   #hint {
      display:none;
   }
   
   #map-box.small,  #maparrow{
     visibility:hidden !important;
   } 
  
   
}

@media (max-height: 355px) {
   #bottom-box {
      display:none !important;
   }

}


/* bootstrap 3 overrides */

.modal-backdrop.in {
   opacity:0.7;
}

small {
   font-size:50%;
}


.form-control {
   border-radius:3px;
   height:30px;
   line-height:20px;
   padding:4px 6px;
   -webkit-box-shadow:none;
          box-shadow: none;
  -webkit-transition:none;
          transition: none;
   border-color:#aaa;
}

.form-control:focus {
   -webkit-box-shadow:none;
          box-shadow: none;
  -webkit-transition:none;
          transition: none;
}

.btn:hover, .btn.select {
   border-color:rgb(82,168,236);
   border-color:rgba(82,168,236,0.8);
}

li {
   list-style-type: none;
   padding:1px 0;
   
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
   cursor: auto;
   pointer-events:auto;
}

.btn-xs {
   padding:1px 5px;
   border:0 none;
}

blockquote {
   padding:5px 10px;
   background-color:#fcfcfc;
   }
   
.input-xs {
   padding:2px 3px !important;
   height:26px;
   font-size:12px;
}

input{
   -webkit-user-modify: read-write-plaintext-only;
   -webkit-tap-highlight-color: rgba(255,255,255,0);
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea:focus, input:focus{
    outline: none !important;
}


label {
   padding:1px 5px;
   border-radius:3px;
   background:#f1f1f1;
}

hr {
   margin-top:15px;
   margin-bottom:10px;
}

h4,h5,h6 {
   font-weight:600;
   padding:5px 5px;
   margin-left:-6px;
   margin-top:15px;
   border-bottom:1px solid #ccc;
   
}

.close {
   font-size:24px;
}



/*!
 * Social Buttons for Twitter Bootstrap v1.0.0
 *
 * Copyright 2013 Adam Neumann
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  padding-left:3px !important;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #133783;
}

.btn-facebook:active,
.btn-facebook.active {
  background-color: #0d2456 \9;
}

.btn-twitter {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c95d0;
 
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: #ffffff;
  background-color: #0271bf;

}

.btn-twitter:active,
.btn-twitter.active {
  background-color: #01538d \9;
}

.btn-pinterest {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c51e25;
  padding-left:3px;
  padding-right:6px;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.btn-pinterest.disabled,
.btn-pinterest[disabled] {
  color: #ffffff;
  background-color: #ab171e;
}

.btn-pinterest:active,
.btn-pinterest.active {
  background-color: #7e1116 \9;
}


.btn-black {
  color: #ffffff;
  background-color: rgb(200,200,200);
  background-color: rgba(0,0,0,0.15);
  border:1px solid rgba(255,255,255,0.5);
  font-size:12px;
  font-weight:bold;
  padding:6px 8px;
  border-radius:2px;
    text-shadow:
  1px 1px 0 rgba(0,0,0,1);
}

.btn-black:hover,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #ffffff;
  background-color: rgba(0,0,0,0.25);
  border:1px solid rgba(255,255,255,0.7);
    
}

.btn-black:focus {
   color:#ffffff;
}

.btn-black:active {
   box-shadow:none;
   background-color:rgba(0,0,0,0.35);
     border:1px solid rgba(255,255,255,0.7);
}

@keyframes glowing {
  0% { box-shadow: 0 0 -10px #c4a300; }
  40% { box-shadow: 0 0 20px #c4a300; }
  60% { box-shadow: 0 0 20px #c4a300; }
  100% { box-shadow: 0 0 -10px #c4a300; }
}

.button-glow {
  animation: glowing 4000ms infinite;
}


.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    opacity:0.95;

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; border-bottom:1px solid rgba(0,0,0,0.1); padding: 3px 5px; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 11px; color: #888; }
.autocomplete-suggestion b { color:#000;font-weight:bold;font-size:12px; }
.autocomplete-suggestion i { font-weight: normal; color: #1f8dd6; font-style:normal;}
.autocomplete-suggestion.selected { background: #e1e1e1; }

.autocomplete-suggestions.limit:after {
    content: attr(data-content);
     text-align: right;
}


.autocomplete-suggestions:after {
    color:#ccc;
    font-size:8px;
    padding: 1px 3px 1px 3px;
    height: 18px;
    box-sizing: border-box;
    font-size:10px;
    display: block;
   
}


.autocomplete-suggestions.opencage:after {
   content:'o';
}

.autocomplete-suggestions.bring:after {
   content:'b';
}

.autocomplete-suggestions.here:after {
   content:'h';
}

.autocomplete-suggestions.groog:after {
   content:'g';
}

.autocomplete-suggestions.cache:after {
   content:'c';
}

.autocomplete-suggestions.x:after {
   content:'x';
}


#searchlimit {
   position:absolute;
   background:#fff;
   padding:5px 8px;
   top:71px;
   left:26px;
   z-index:5;
   box-shadow: -1px 1px 3px rgba(0,0,0,.1);
   display:none;
   cursor:pointer;
   font-size:12px;
}


#menu-marker.opencage {
   color:#ffffaa;
}

#menu-marker.bring {
    color:#aaaaff;
}

#menu-marker.here {
   color:#aaffaa;
}

#menu-marker.groog {
   color:#ffaaaaaa;
}

#menu-marker.cache {
    color:#dddddd;
}

#menu-marker.x {
    color:#333;
}


#bg-pano-img {
   background-size:contain;
   width:100%;
   height:100%;
   opacity:0.8;
   filter: blur(0px) sepia(5%);
   display:none;

}



.gm-iv-small-container {
   display:none !important;
   
}

/* Bootstrap 3 xxs columns */

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

@media (max-width: 540px) {
   
   .col-xs-offset-2 {
      margin-left:0;
   }
   
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}    