body { margin:0; padding:0; }

p {
	color: #4d4d4d;
	font-family: 'Playfair Display', serif; 
	font-size: 18px;
	line-height: 26px;
}

li a svg {
	width: 54px;
}


#map { 
	position:absolute; 
	top:0; 
	bottom:0;
	width:50%; 
}

.left-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.left-inner li {
	display: inline-block;
    margin: 0 10px;
}

.mainicon {
    width: 70px !important;
    max-width: 70px !important;
    position: absolute;
    top: -42px;
    left: 44%;
}

p.url a {
    text-decoration: none;
    color: #4d4d4d;
}

.mapboxgl-popup-content {
	border-radius: 10px;
	width: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.MainLeft { 
	background: url(../images/Map-03.jpg) no-repeat bottom left; 
  	height:100vh;
  	float: left;
	position: relative;
	text-align: center;
	width: 50%;
}

.mainlogo {
	margin-top: 50px;
}

.left-inner {
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 140px;
	max-width: 400px;
	padding: 80px 60px 15px 60px;
	width: 60%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    position: relative;
}

.left-inner img {
	max-width: 100%;
	width: auto;
}

.MainRight {
	float: right;
	width: 50%;
}

.mapboxgl-popup-content strong {
	font-size: 18px;
}

.mapboxgl-popup-content p {
	font-size: 14px;
	line-height: 20px;
}

.footer {
	clear: both;
    padding: 20px;
    background: #dd4b56;
    overflow: hidden;
}

.footer-left {
	float: left;
	width: 50%;
}

.footer-left a {
	color: #fff;
	text-decoration: none;
}

.footer-right {
	float: left;
	width: 50%;
	text-align: right;
}

.footer-right ul {
	list-style-type: none;
}

.footer-right li {
	margin-right: 20px;
	color: #fff;
}

a:hover {
	opacity: 0.75;
}

ul {
	padding-left: 0;
}

.footer-left a img {
	padding-top: 20px;
}

img.salon {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
    top: -60px;
    left: 70px;
    border: 5px solid #fff;
}

.mapboxgl-popup-content {
	padding-top: 80px !important;
	text-align: center;
}

.mapboxgl-popup-content strong {
	text-align: center;
	display: block;
	color: #dd4b56;
}

.mapboxgl-popup-content p {
	padding-left: 0px !important;
	padding-top: 0px;
	
}

.mapboxgl-popup-content a {
	padding-left: 0px !important;
	color: #00A94C;
	text-decoration: none;
	
}

a.location, a.facebook, a.twitter, a.pin, a.inst {
	padding-left: 30px !important;
	display: inline-block;
    margin-bottom: 5px;
}

a.location {
	background: url(../images/location.jpg) no-repeat top left; 
}

a.facebook {
	background: url(../images/f1.jpg) no-repeat top left; 
}

a.twitter {
	background: url(../images/t1.jpg) no-repeat top left; 
}

a.pin {
	background: url(../images/p1.jpg) no-repeat top left; 
}

a.inst {
	background: url(../images/i1.jpg) no-repeat top left; 
}

.pinch {
	position: absolute;
	display: none;
	bottom: 30px;
	width: 236px;
	z-index: 9;
	left: 60%;
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%)
}

.mapboxgl-popup{
	z-index: 99;
}

.scroll {
		position: absolute;
	display: block;
	bottom: 30px;
	width: 236px;
	z-index: 9;
	left: 60%;
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%)
	}

@media (max-width: 1580px ) {

	.left-inner {
		margin-top: 40px;
	}

	
}


@media (max-width: 1440px ) {

	.left-inner {
		margin-top: 40px;
	}

	

}

@media (max-width: 1280px ) {

	.main-image {
		max-width: 200px !important;
	}

	

}

@media (max-width: 1023px ) {

	#map { 
		position:absolute; 
		top:0; 
		bottom:0;
		width:100%; 
	}

	.left-inner {
		margin-top: 75px;
	}

	.left-inner li {
		margin: 0 5px;
	}

	.MainLeft {
		height: auto;
		padding-bottom: 100px;
	}

    .MainRight, .MainLeft, .footer-left, .footer-right {
    	width: 100%;
		position: relative;
    }

    .MainRight {
    	height: 620px;
    }

    .footer, .footer-right {
    	text-align: center;
    	margin-bottom: 30px;
    }

    .desktop {
		display:none !important;
	}

	.footer-right li  {
		margin-left: 10px;
		margin-right: 10px;
	}

}

@media (max-width: 768px ) {

	.left-inner {
		width: 74%;
    	padding: 20px;
        padding-top: 50px;
	}

    .mainicon {
        left: 42%;
    }

	.left-inner img {
		max-width: 180px;
	}

	.left-inner a img {
		max-width: 100%;
	}

	.scroll {
		display: none;
	}

	.pinch {
		bottom: 60px;
		left: 50%;
		display: block;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
	}

}