/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        PARALLAX
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html, body {
  overflow: hidden;
  margin:0;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  transform: translateY(30vh);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.background:first-child {
  background-image: url();
  transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url();
}
.background:nth-child(3) {
  background-image: url();
}

/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 5;
}

.background:nth-child(2) {
  z-index: 4;
}

.background:nth-child(3) {
  z-index: 3;
}

.background:nth-child(4) {
  z-index: 2;
}

.background:nth-child(5) {
  z-index: 1;
}



  .desktop{display: block}
   .mobile{display: none}











h1, h2, h3, h4, h5, h6 {font-family: 'Newsreader', serif;}
h1 {font-size:60px;}
h2 {font-size:50px;}
h3 {font-size:40px;}
h4 {font-size:25px;}
h5 {font-size:22px;}
a:hover {color: #d9b959;}
a, a:hover, a:visited {text-decoration: none;}
.uppercase{text-transform:uppercase;}
.nouppercase{text-transform:none;}
.fontlight {font-weight:200 !important;}
.lineheighttexto {line-height: 1.7;}

.font-shippori-antique {margin: 0;padding: 0;font-family: 'Shippori Antique', sans-serif;}
.font-pinyon-script {margin: 0;padding: 0;font-family: 'Pinyon Script', sans-serif;}

.font-newsreader {font-family: 'Newsreader', serif;}


.lg-txt{font-size:72px;}
.md-txt{font-size:28px;}


p  {font-size:15px;
font-family: Montserrat;
    font-weight: 200;}



.justificado{text-align: justify;}

.scriptsize{font-size:60px;}

.content-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  transform: translateY(15vh);
}
.background.up-scroll + .background {
  transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  transform: translateY(30vh);
}

.background.down-scroll {
  transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  transform: translateY(15vh);
}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        LAYOUT
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

.navbar-toggler{
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 9px;
    outline: none;
    padding: 15px 20px 12px;
    transition: ease .1618s;
    -webkit-transition: ease .1618s;
}
.navbar-toggler.collapsed{background:rgba(255,255,255,0);}
.navbar-toggler:focus{outline:none;}

/* layout */

#topNav.navbar.bg-dark.navbar-dark{
        background: rgba(0,0,0,0)!important;
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6615021008403361) 100%) !important;
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6615021008403361) 100%) !important;
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6615021008403361) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        transition: ease .44s;
        -webkit-transition: ease .44s;
        height:75px;
        padding:0;
        display:block;
}
#topNav.navbar.bg-dark.navbar-dark.bg-solid{
        background:rgba(0,0,0,1) !important;
        border-bottom:1px solid rgba(255,255,255,0.33);
}
.navbar.bg-dark.navbar-dark .container{
        height:75px;
}

.lang-btns{
        list-style:none;
        margin:0;
        padding:0;
        float: left;
}
.lang-btns li{display:inline-block;}

#collapsibleNavbar{
        background:#99999a;
        position:relative;
        /* margin-top:15px; */
}
#mainNav{
        display:block;
        text-align: center;
}
#mainNav li{
        display:inline-block;
}

#mainNav li a {
    padding: 0 8px;
    font-size: 13px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    background: rgba(255,255,255,0);
    transition: ease .1618s;
    -webkit-transition: ease .1618s;
    font-family: Montserrat;
    font-weight: 200;
}
#mainNav li a:hover{background:rgba(255,255,255,0.6);}

.navbar-brand{
        width:260px;
        height:60px;
        position:absolute;
        top:5px;
        left:calc(50% - 130px);
        padding:0;
        margin-right:0;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;        
}
.navbar-brand:after {
        content:'';
        position:absolute;
        left:50%;
        bottom:0px;
        width:0%;
        height:1px;
        background:#fff;
        font-weight: 600;
        transition:ease .168s;
        -webkit-transition:ease .168s;
        border:0px;
        margin: 0;
}
.navbar-brand:hover:after{width:100%;left:0;}
.navbar-brand img{
        width:100%;
        height:auto;
        top:0;
        left:0;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;
}
.navbar-expand-lg .navbar-collapse {
    width: calc(100% - 240px);
    float: right;
    height: 100px;
}



.navbar-dark .navbar-toggler {
    color: #fff !important;
}

/* Redes Header */

ul#redesHeader{
        margin:0;
        padding:0;
        list-style:none;
        text-align:center;
        display:inline-block;
        width:225px;
        height: 50px;
        position:relative;
        top:0px;
        float:right;
}
ul#redesHeader li{
        display:inline-block;
        margin:5px;
}
ul#redesHeader li a.redesIcon{
        background:rgba(255,255,255,0);
        border: none;
        color: #fff;
        width:40px;
        height:40px;
        position:relative;
        z-index:2;
        display:block;
        text-align:center;
        line-height:44px;
        border-radius:50%;
        padding:0;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
ul#redesHeader li a.redesIcon i.fab, ul#redesHeader li a.redesIcon i.fa{
        color:#fff;
        font-size:21px;
}
ul#redesHeader li a.redesIcon:hover i.fab, ul#redesHeader li a.redesIcon:hover i.fa{
        color:#fff;
}

/* Redes Footer */

ul#redesFooter{
        margin:0;
        padding:0;
        list-style:none;
        text-align:center;
        display:none;
        width:100%;
        height: 50px;
        position:relative;
        top:0px;
        clear:both;
        margin-bottom:33px;
}
ul#redesFooter li{
        display:inline-block;
        margin:5px;
}
ul#redesFooter li a.redesIcon{
        background:rgba(255,255,255,0);
        /*border: 2px solid #fff;*/
        color: #fff;
        width:40px;
        height:40px;
        position:relative;
        z-index:2;
        display:block;
        text-align:center;
        line-height:43px;
        border-radius:50%;
        padding:0;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
ul#redesFooter li a.redesIcon i.fab, ul#redesFooter li a.redesIcon i.fa{
        color:#fff;
        font-size:21px;
}
ul#redesFooter li a.redesIcon:hover i.fab, ul#redesFooter li a.redesIcon:hover i.fa{
        color:#fff;
}

a.redesIcon#linkedinF:hover{background:rgba(0, 115, 177,1);/*border-color:rgba(0, 115, 177,1);*/}
a.redesIcon#youtubeF:hover{background:#4b4b4b;/*border-color:rgba(245, 11, 11,1);*/}
a.redesIcon#instagramF:hover{background:#4b4b4b;/*border-color:rgba(210, 45, 120,1);*/}
a.redesIcon#twitterF:hover{background:#4b4b4b;/*border-color:rgba(57, 200, 255,1);*/}
a.redesIcon#facebookF:hover{background:#4b4b4b;/*border-color:rgba(40, 81, 165,1);*/}
a.redesIcon#mailF:hover{background:#ff6a00;/*border-color:rgba(40, 81, 165,1);*/}
a.redesIcon#whatsappF:hover{background:#4b4b4b;/*border-color:rgba(40, 81, 165,1);*/}



/* navbar */
/* footer */
#footer-main{
        position:fixed;
        display:block;
        background-color:rgba(0,0,0,0);
        bottom:0px;
        width:100%;
        z-index: 9;
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        transition: ease 1.618s;
        -webkit-transition: ease 1.618s;
        animation-delay:3s;
}
#footer-main.revealed{
        bottom:0 !important;
}
#footer-main hr.footer-line{
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        background-image: -moz-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        background-image: -ms-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        background-image: -o-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        opacity:.33;
}
#footer-main p.legal{
        color:#c7c7c7;
}
/* common classes */

/* NEXT ARROW */
.center-arrow{
  text-align: center;
  position: absolute;
  z-index:;
  width:240px;
  height:60px;
  left:calc(50% - 120px);
  top: calc(75% + 0%);
  color:#fff;
  font-family: Montserrat;
    font-weight: 200;
  font-size:14px;
  text-transform:uppercase;
}
.center-arrow i{
  display: block;
  font-size:20px;
}
.center-arrow.dark{color:#000;}
/* TITULO */
.main-titulo{
        border:1px solid rgba(255,255,255,.66);
        padding:10px;
        position:relative;
        margin:10px auto;
        display:block;
}
.main-titulo.dark{border:1px solid rgba(0,0,0,.66);}
.main-titulo:after{
        content: "";
        display:block;
        position:absolute;
        width:calc(100% + 20px);
        height:calc(100% + 20px);
        top:-10px;
        left:-10px;
        display:block;
        border:1px solid rgba(255,255,255,.33);
        pointer-events:none;
}
.main-titulo.dark:after{border:1px solid rgba(0,0,0,.33);}
.main-titulo h3{
        text-align:center;
        display:block;
        margin:5px auto;
        font-size:40px;
        color:#fff;
        padding:0px 30px;
}
.main-titulo.dark h3{color:#000;}
.main-titulo h3 small{
        display:block;
        opacity:.77;
        font-size:24px;
        margin-bottom:15px;
}


/* OWL controls */

.owl-prev, .owl-next {
        color:#fff;
        position: absolute;
        top:50%;
        margin-top: -50px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size:60px;
        filter: Alpha(Opacity=50);/*IE7 fix*/
        opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-next {right: 0px;}
.owl-controls {text-align: center;z-index:3;}
.owl-controls .owl-page {display: inline-block;}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-dots{
        width: 100%;
        height: 40px;
        display: block;
        text-align:center;
        padding-top:10px;
        position:relative;
        bottom:0px;
        background:rgba(241,241,241,0);
        /* border-top:1px solid #f1f1f1; */
}
.owl-dots .owl-dot{
        display:inline-block;
        width:16px;
        height:16px;
        border-radius:50%;
        background:#c5c5c5;
        margin:0 5px;
        border:2px solid rgba(255,255,255,0);
        opacity:0.7;
}

#slideshow .owl-dots .owl-dot{background:#4ddcff;}
.owl-dots .owl-dot.active{background:#4ddcff;}

.owl-dots .owl-dot:hover{background:rgba(0,0,0,0.8);}
.owl-dots .owl-dot.active{opacity:1;background:#606060;cursor:default;}
/* .logos .owl-controls{display: none;} */

#menu-txt{display:block;}
#menu-icon{display:none;}

.blackTxt{color:#000;}

.btn{
        display:block;
        padding:10px 70px;
        line-height:normal;
        border-radius:0;
        margin:auto;
}
.ghostBtn{
        background:rgba(0,0,0,0);
        border:1px solid #fff;
        color:#fff;
        position:relative;
        z-index:9;
        transition: ease 1.618s;
        -webkit-transition: ease 1.618s;
}
.ghostBtn:after{
        content:'';
        display:block;
        position:absolute;
        width:calc(100% + 14px);
        height:calc(100% + 14px);
        top:-7px;
        left:-7px;
        background:rgba(0,0,0,0);
        border:1px solid #fff;
        z-index:8;
}
.ghostBtn:hover{background:rgba(0,0,0,0.16);}






.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
    background-clip: padding-box;
    border: 0px !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control:focus {
    color: #fff;
    background-color: #000;
    border-color: #80bdff;
    
}







/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

@media screen and (min-width: 1280px){
.owl-prev, .owl-next {color: rgb(0, 0, 0);}
.owl-next{right:-50px;}
.owl-prev{left:-50px;}

}

@media screen and (max-width: 1200px){

/*
==================================================================================

INHABILITANDO NAVEGACIÓN PARA QUE SE PUEDA SCROLLEAR

==================================================================================
*/ 
/* #footer-main.revealed{position: relative;} */
html, body {overflow:unset;}
.background {height: 100vh;position: relative;transform: translateY(0);background-position: top center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.background:before {}
.background:first-child {transform: translateY(0vh);}
.background:first-child .content-wrapper {transform: translateY(0vh);}
.content-wrapper {height: 100vh;transform: translateY(0vh);}
.background.up-scroll {transform: translate3d(0, 0vh, 0);}
.background.up-scroll .content-wrapper {transform: translateY(0vh);}
.background.up-scroll + .background {transform: translate3d(0, 0vh, 0);}
.background.up-scroll + .background .content-wrapper {transform: translateY(0vh);}
.background.down-scroll {transform: translate3d(0, 0vh, 0);}
.background.down-scroll .content-wrapper {transform: translateY(0vh);}
.background.down-scroll + .background:not(.down-scroll) {transform: translate3d(0, 0vh, 0);}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {transform: translateY(0vh);}

/*
==================================================================================

CIAO

==================================================================================
*/ 


}

@media screen and (max-width: 991px){
        section{min-height:initial;height:auto;}
        #redesHeader{display:none !important;}
        #redesFooter{display:block !important;}
        .mobilewidthmax {max-width: 300px;}
h1 {font-size:45px; margin-top: -15px !important;}
h2 {font-size:40px;}
h3 {font-size:30px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
p  {font-size:13px; line-height: 1.5;}
.scriptsize {
    font-size: 38px;}

 .paddingmovil{
    padding-right: 25px;
    padding-left: 25px;}

html, body {
  background-color: #000 !important;
}

#footer-main{
        background-color:#000;
}
}

@media screen and (max-width: 767px){
        .main-titulo h3 {font-size:1.4180rem;padding:0 6px;width:100%; text-align:center;word-break: break-all;}
        .main-titulo h3 small {opacity: .66;font-size: 18px;margin-bottom: 15px;}
        .main-titulo {margin: 10px auto; width:100%;height:auto;}
        #footer-main {
    position: relative !important;
    bottom: 0px !important;
}
}


@media screen and (max-width: 640px){

  .desktop{display: none}
   .mobile{display: block}
   p  {font-size:14px !important; line-height: normal;}

}



@media screen and (max-width: 600px){  

}

@media screen and (max-width: 480px){
        #collapsibleNavbar {background: #eaeaea;}
        #mainNav li {display:block;width:100%;text-align:center;border-bottom:solid rgba(255, 2552, 255, 1) 1px;}
        .navbar-brand {left: calc(96% - 266px); max-width: 200px;}
        #menu-txt{display:none;}
        #menu-icon{display:block;}


}
@media screen and (max-width: 360px){
  .logomain{margin-left: 25px}
}
/*
==========================================================================
  Brand: Tequila Don Nacho
  Section: ¿Dónde Comprar?
  Autor: KUBIK
==========================================================================
*/
html,body{overflow: overlay;}
.background2{position: relative;background-color: #000;overflow: hidden;color: #fff;}
#donde-comprar{overflow-x: hidden;padding-top: 120px !important;}
#mapa .content--wrapper{width: calc(100% - 0px);}
.ubicacionBTN{color: #fff;}


#donde-comprar {background-image: url(../images/fondo_donde-comprar.jpg);}
#mapa {background-image: url(../images/fondo_donde-comprar.jpg);}
#carga-info {background-image: url(../images/fondo_galeria1_.jpg);}

.main-titulo{}
.main-titulo:after {}

.form-control {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

hr.invisible{opacity:0;}


#ciudad-field {
    width: calc(100% - 50px);
    height: 34px;
    padding-left: 7px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}
input#filtros-enviar{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	border:none;
	float:right;
	position:relative;
	z-index:1;
	height:34px;
	border-radius: 0 4px 4px 0;
	color:#fff;
	background-color: #000;

	-webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
input#filtros-enviar:hover{
	background-color:#191919;
}

/* MAPA */

#section-home-mapa{padding:0;min-height:700px;display:block;}
#fullMap{/*width:100%;*/height:700px;display:block;position:relative;top:0px;left:0;padding:0 22px 0 0;}
#fullMap #map_canvas{height:100%;width:100%;margin:0 auto;position:relative}
.descripcionoculta{display:none;min-width:300px}
.imagenventanitahtml{width:135px;height:160px;float:left}
.imagenventanitahtml img{/*margin-top:25px;*/width:100%;height:auto}
.textoventanitahtml{float:left;margin:7px 0 0 20px;width:200px;min-height:100px;text-align:left;color:#666}
.textoventanitahtml h3{color:#111;margin-bottom:15px;font-size:16px;text-transform:none;text-align:center;}
.textoventanitahtml.condensed h3{margin:5px auto;}
.textoventanitahtml p{color:#aaa!important;margin-bottom:5px;font-size:12px;text-align:center;}



#map-sidebar{
	padding:0;
	overflow-y:scroll;
	height:700px;
	-webkit-box-shadow: inset 0px -6px 10px -3px rgba(0,0,0,0.33);
	-moz-box-shadow: inset 0px -6px 10px -3px rgba(0,0,0,0.33);
	box-shadow: inset 0px -6px 10px -3px rgba(0,0,0,0.33);
}
.icon-pin{
	background: url(../images/pin-tienda-lg.png)no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
	margin: 15px auto 0px;
}
.tienda{
	background: rgba(255,255,255,0.16);
	border-bottom:1px solid #797979;
	clear:both;
	display:block;
	width:100%;
	/* padding-top: 1em; */
}
p.datos{font-size: 12px; text-align: center;}
.tienda .row{margin: 0;}
.info-tienda{height:240px;}

.tienda.selected{
	background-color: #ddd;
}
.tienda .titulo{font-size:18px;text-transform:uppercase; cursor: pointer;}
.btn.sm-info{
	width:auto;
	min-width:120px;
	height:35px;
	line-height:33px;
	text-align:center;
	display:block;
	background:#000;
	color:#fff;
	padding:0;
	font-size:12px;
	margin:0;
	border:none;
	margin:0 auto;
}

.icon-detalle{
	width:36px;
	height:36px;
	display:block;
	margin:0px auto;
	text-align:center;
	margin-top:5px;
}
.icon-detalle img{
	margin:auto;
}

.tienda-detalle {
	padding-top:25px;
	/* display: none; */
}


.info-sidebar .titulo{font-size:24px;text-transform:uppercase;font-weight:700;margin-bottom:30px;}
.info-sidebar .direccion{width:100%;display:block;clear:both;height:80px;}
.info-sidebar .telefonos{width:100%;display:block;clear:both;height:50px;}
.info-sidebar .horarios{width:100%;display:block;clear:both;height:65px;}


.info-sidebar hr{clear:both;}
.info-sidebar a.btn.como-llegar{margin:0;font-size:21px;}

#filtros{
	padding:20px;
	margin: 0 auto;
	float: none;
	background:rgba(255,255,255,0.16);
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}
.buttonbackmap{display: none;}
#footer-main{display: none !important;}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}



@media screen and (max-width: 768px){
	.tienda{height: auto; padding-bottom: 1em;}
	#fullMap{height: 400px;}
	#map-sidebar{height: 350px; padding:5px;width: calc(100% - 40px); margin-left: 5% !important;}
	#map-sidebar::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 10px;
	}
	#map-sidebar::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
	.buttonbackmap{display: block;text-align: center;padding: 16px;margin-top: 20px;margin-bottom: 20px;}
}