.map-nav:before {
	position: absolute;
	content: '';
	border: 5px solid rgba(0,0,0,0.5);
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
}
.footer.index-footer {
    display: block!important;
    padding-bottom: 0px!important;
    z-index: 10;
}
.google-wrap {
	float: right!important;
}
 
.footer .share-buttons .share-button.fb-button:before {
	background-size: 22px!important;
}
.click-me .site-title {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0px;
	right: 0px;
	cursor: pointer;
	transform: translateY(-50%);
}
.site-title p {
	margin: 0px;
	font-size: 1.5em;
}
.click-me h1 {
	font-size: 3.2em!important;
}
.discover-header-index:before {
	display: none!important;
}
.google-wrap img {
	margin-top: -2px!important;
}
.footer-wrap {
	width: auto!important;
	margin-right: 20px;
}
.footer {
	display: none;
}
.footer .share-buttons-index .share-button {
	width: auto!important;
	padding: 5px;
}
.btn-play {
	position: relative;
}
.footer.index-footer {
	display: block!important;
	background-color: rgba(0, 0, 0, 0.38)!important;
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}
.logo img {
	width: 250px!important;
}
.aside .text-wrap, .aside .info-wrap {
	padding: 20px;
}
.aside .load {
	opacity: 1!important;
}
.top-btns {
}
.map-container {
	position: relative;
	z-index: 1;
	overflow: scroll;
	width: auto!important;
	right: 0px;
	transition: all ease .3s;
}
.image-container .location-cat {
	display: none;
}
.aside .close {
	position: absolute;
	width: 40px;
	height: 50px;
	opacity: 1;
	background-image: url(../images/left-gray.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px;
	z-index: 100;
	top: 0px;
	left: 0px;
}
.map-container.aside-open {
}
.map-container.aside-open .map {
}
.map-container {
	margin-bottom: 0px!important;
}
.aside .load, .aside .load:after {
	position: absolute;
}
.bottom-fixed {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.46);
	bottom: 10px;
	z-index: 20;
	border-radius: 50px;
	left: 50%;
	padding-left: 30px;
	padding-right: 30px;
	transform: translateX(-50%);
}
.pin {
	position: absolute;
	z-index: 3;
	cursor: pointer;
}
.pin .desc {
	width: 162px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 100px;
	 
	background: linear-gradient(to top, #7a0b17, #ae1224);
	font-size: 0.8em;
	line-height: 1.4em;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	transition: all ease .2s;
	opacity: 0;
	font-weight: bold;
	z-index: 5;
}
.city:after, .pin:after {
	z-index: 1!important;
	border: 4px solid rgba(255,255,255,.3);
	width: 130px;
	height: 130px;
	left: 42px;
	top: 17px;
	position: absolute;
	border-radius: 50%;
	transition: all ease .7s;
	-moz-animation: load1 .7s infinite linear;
	-webkit-animation: load1 .7s infinite linear;
	animation: load1 .7s infinite linear;
}
.pin:hover:after {
	transform: scale(1.3, 1.3);
!important;
}
.city:after {
	left: -3px;
	top: -3px;
	width: 60px;
	height: 60px;
}
.active-map .pin:after, .active-map .city:after {
	opacity: 1;
	content: '';
}
 @-moz-keyframes load1 {
 0% {
 opacity: 0;
-moz-transform: scale(.8, .8);
transform: scale(.8, .8);
}
 50% {
 opacity: 1;
-moz-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
opacity: 0;
-moz-transform: scale(.8, .8);
transform: scale(.8, .8);
}
}
@-webkit-keyframes load1 {
0% {
 opacity: 0;
-moz-transform: scale(.8, .8);
transform: scale(.8, .8);
}
 50% {
 opacity: 1;
-moz-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
opacity: 0;
-moz-transform: scale(.8, .8);
transform: scale(.8, .8);
}
}
@keyframes load1 {
 0% {
 opacity: 0;
-moz-transform: scale(.8, .8);
transform: scale(.8, .8);
}
 50% {
 opacity: 1;
-moz-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
opacity: 0;
-moz-transform: scale(.8, .8);
transform: scale(.8, .8);
}
}
.pin .desc:before, .pin .desc:after {
	content: '';
	background-color: #666;
	border-radius: 10px;
	background: linear-gradient(to bottom, #aa7c38, #e2cb80);
	position: absolute;
	height: 5px;
}
.pin .desc:before {
	left: -5px;
	top: 0px;
	right: -5px;
}
.pin .desc:after {
	left: -5px;
	bottom: 0px;
	right: -5px;
}
.footer {
	position: fixed!important;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
body {
	position: fixed!important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.map-container {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.map-container.scroll {
	overflow: auto;
}
.map {
	position: absolute;
	left: 0;
	top: 0;
}
.trans {
}
.map:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.map img {
	display: block;
}
.map-nav {
	position: fixed!important;
	bottom: 80px;
	right: 20px;
	z-index: 10;
	background: url(../images/map-small.jpg) left top no-repeat;
	background-size: cover;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.map-nav:before, .map-nav:after {
}
.map-nav:before {
}
.map-nav:after {
	left: -5px;
	bottom: 0px;
	right: -5px;
}
.map-nav div {
	border: 1px solid white;
	position: absolute;
	left: 0;
	top: 0;
}
.click-me {
	bottom: 0!important;
	position: fixed!important;
}
.click-me .site-title:after {
	content: '';
	display: block;
	width: 140px;
	height: 140px;
	background-color: rgba(0,0,0,0.2);
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-image: url(../images/drag.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
}
.map-container:before {
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 100;
	height: 120px;
}
.discover-header, .footer {
	border: none!important;
}
.discover-header-index, .footer {
	background: transparent!important;
	color: #fff!important;
}
.aside {
	left: -500px;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 500px;
	background-color: #fff;
	z-index: 102;
	transition: all ease .3s;
	box-shadow: 2px 10px 10px rgba(0,0,0,0.5);
}
.aside .show-on-map {
	display: none!important;
}
.aside.active {
	left: 0px;
}
.aside-wrap .image {
	width: 100%;
	height: 400px;
	display: block;
	background-position: center center;
	background-size: cover;
}
.aside-wrap h1 {
	font-size: 0.9em;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 0px;
}
.aside-wrap h2 {
}
.aside {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.map-container.scroll {
	-webkit-overflow-scrolling: touch;
}
.animation {
	position: absolute;
}
.animation .scene {
	position: relative;
	z-index: 2;
}
.animation:after {
	position: absolute;
	content: '';
	width: 150px;
	z-index: 1;
	bottom: -2px;
	height: 10px;
	background-image: url(../images/animations/shadow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.5;
	background-position: center center;
}
.fa {
	width: 50px;
	height: 50px;
	display: block;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
 
.fa.fa-pause {
	background-image: url(../images/speaker.png);
}
.fa.fa-play {
	background-image: url(../images/speakers.png);
}
.btn-play {
	padding: 0px!important;
	border: none!important;
}
.map-nav2 {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	height: 120px;
	z-index: 20;
	width: 120px;
	left: 20px;
	bottom: 80px;
}
.map-nav2:before {
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	content: '';
}
.up, .down, .left, .right {
	position: absolute;
	background-size: 25px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background-image: url(../images/left-nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.up {
	top: 15px;
	left: 50%;
	background-image: url(../images/up-nav.svg);
	margin-left: -16px;
}
.down {
	bottom: 15px;
	left: 50%;
	background-image: url(../images/down-nav.svg);
	margin-left: -16px;
}
.left {
	left: 15px;
	top: 50%;
	margin-top: -16px;
}
.right {
	right: 15px;
	top: 50%;
	margin-top: -16px;
	background-image: url(../images/right-nav.svg);
}
.footer-wrap {
	float: left;
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: normal!important;
}

@media only screen and (max-width: 780px) {
.map-nav {
	display: none!important;
}
.aside {
	left: -90%;
	width: 90%;
}
.btns-info .btn {
	width: 95px;
}
.aside .location-cat {
	margin-right: 0px;
}
  .footer-wrap, .footer-lang {
	display: none!important;
}
.sharing {
	width: 100%;
	text-align: center;
	left: 0;
	transform: translateX(0);
}
.footer .share-buttons-index {
    width: 100%;
    text-align: center;
    margin-left: 0px;
}
.footer .share-buttons .share-button {
    width: 33.33%;
    display: inline-block;
    float: none!important;
    text-align: center;
}


}
.copyright {
	top: 0;
	bottom: auto;
}

@media only screen and (min-width: 780px) {
.pin:hover .desc {
	padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
	opacity: 1;
	z-index: 2;
}
}

@media only screen and (max-width: 580px) {
.aside-wrap .image {
	width: 100%;
	height: 270px;
	display: block;
}
}

@media only screen and (min-width: 780px) {
.main-menu {
}
}
.lang-btn {
	top: 20px!important;
	left: 20px!important;
}
.mail-chimp {
	display: none!important;
}
.city {
	position: absolute;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 1000;
	cursor: pointer;
}
/* ------ Custom ------- */

 
 
.map-image {
	width: 3000px!important;
}
.pin111 {
	left: 1252px;
	top: 740px;
	height: 146px;
	width: 167px;
}
.pin111 .desc {
	left: 3px;
	top: 135px;
}
.pin101 {
	left: 1871px;
	top: 1200px;
	height: 125px;
	width: 253px;
}
.pin101 .desc {
	left: 3px;
	width: 247px;
	top: 113px;
}
.pin102 {
	left: 564px;
	top: 931px;
	height: 142px;
	width: 238px;
}
.pin102 .desc {
	width: 225px;
	left: 8px;
	top: 135px;
}
.pin103 {
	left: 2076px;
	top: 1037px;
	height: 139px;
	width: 197px;
}
.pin103 .desc {
	width: 175px;
	left: 11px;
	top: 120px;
}
.pin104 {
	left: 1480px;
	top: 1178px;
	height: 116px;
	width: 258px;
}
.pin104 .desc {
	top: 107px;
	width: 250px!important;
	left: 6px;
}
.pin105 {
	left: 1592px;
	top: 373px;
	height: 167px;
	width: 216px;
}
.pin105 .desc {
	top: 159px;
	width: 190px;
	left: 14px;
}
.pin106 {
	left: 1783px;
	top: 683px;
	height: 129px;
	width: 261px;
}
.pin106 .desc {
	left: 23px;
	top: 127px;
	width: 231px;
}
.pin107 {
	left: 1027px;
	top: 980px;
	height: 118px;
	width: 173px;
}
.pin107 .desc {
	left: 7px;
	top: 114px;
}
.pin108 {
	left: 2181px;
	top: 324px;
	height: 109px;
	width: 232px;
}
.pin108 .desc {
	left: 19px;
	width: 203px;
	top: 106px;
}
.pin109 {
	left: 1664px;
	top: 554px;
	height: 345px;
	width: 92px;
}
.pin109 .desc {
	left: -36px;
	top: 336px;
}
.pin110 {
	left: 1802px;
	top: 340px;
	height: 152px;
	width: 232px;
}
.pin110 .desc {
	left: 30px;
	top: 137px;
	width: 187px;
}
.pin12 {
	left: 560px;
	top: 1081px;
	height: 138px;
	width: 232px;
}
.pin12:before {
	content: '';
	position: absolute;
	height: 138px;
	z-index: 3;
	width: 232px;
	background-image: url(../images/locations/location1.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: center center;
	transition: all ease .5s;
}
.pin12 .desc {
	left: 30px;
	top: 130px;
}
.pin12:hover:before {
	background-image: url(../images/locations/location1.png);
	background-size: 155px;
}
.pin109:after {
	top: 130px;
	left: -15px;
}
.pin106:after {
	left: 75px;
}
.pin13 {
	left: 1232px;
	top: 886px;
	height: 110px;
	width: 151px;
}
.footer-lang {
	margin-right: 10px;
	float: left;
}
.footer-lang:after {
	content: ' ';
	display: block;
	clear: both;
}
.footer-lang a, .footer-lang span {
	float: left;
	margin-right: 20px;
	margin-right: 5px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 12px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
}
.footer-lang span {
	background-color: #d07e29!important;
}
.footer a {
	color: #fff!important;
}
.google-wrap {
	padding-top: 12px!important;
  
	padding-right: 15px;
	padding-left: 15px;
}
.google-wrap span {
	float: left;
	margin-right: 15px;
}
.google-wrap img {
	position: relative;
	width: 80px!important;
	margin-bottom: 0px!important;
	margin-top: -2px!important;
}
.share-buttons-index {
	position: static;
	float: left;
	transform: none;
	margin-left: 20px;
}
.share-buttons {
	float: left;
}
.share-buttons-index a span.likes {
	padding-top: 6px;
}
.share-buttons .share-button {
	width: auto!important;
}
.share-buttons .share-button:before {
	float: left;
}
.share-buttons .share-button:before {
	background-color: transparent!important;
}
.share-buttons .share-button:before {
	margin-bottom: 0px!important;
}
.share-buttons .share-button:before {
	width: 50px;
	height: 30px!important;
}
/* */

.aside .near-list li .thmb {
	height: 150px;
	width: 150px!important;
}
.aside .locations-sub-list .addr, .aside .near-list-container .addr {
	font-size: 0.8em;
	color: #4c575b;
	overflow: hidden;
	line-height: 1.3em;
}
.aside .near-list h3 {
	margin-bottom: 10px;
}
.aside .near-list li .desc-wrap {
	margin-left: 170px;
}
.aside .desc-wrap {
	padding-top: 0px;
}

@media only screen and (min-width: 1100px) {
.footer .share-buttons-index {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0px;
}
}



@media only screen and (max-width: 800px) {
.footer.index-footer {
    height: 40px;
}
.footer-wrap, .google-wrap, .map-nav2 {
	display: none!important; 
}
.click-me h1 {
	font-size: 2.6em!important;
}
}

 