@charset "utf-8";
/* CSS Document */

.txt {
	position: absolute;
	width: 1000px;
	top: 5%;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-left: -75px;
	z-index: 10;
}
.mm {
	position: absolute;
	width: 400px;
	bottom: 0;
}
.mm > ul {
	margin-top: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
	opacity: 0;
}
.mm > ul li:nth-child(2n+1) {
	margin-right: 5px;
	float: left;
	text-align: right;
}
.mm > ul::after {
	position: absolute;
	right: -100px;
	bottom: -10px;
	content: "Our Location";
	opacity: 0.2;
}
.fbimg {
	margin-top: 10px;
	width: 20px;
}
.title {
	text-align: left;
}
#bg {
	background: url(../images/contact/bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.1;
}
.mbox {
	position: absolute;
	right: 0;
	width: 700px;
	height: 700px;
}
.map {
	position: absolute;
	width: 95%;
	height: 95%;
	margin: 2.5%;
	background: #FFF;
	
	border-radius: 50%;
	
	-webkit-clip-path: circle(50% at 50% 50%);
	-moz-clip-path: circle(50% at 50% 50%);
	-ms-clip-path: circle(50% at 50% 50%);
	-o-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	
	/*-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
     transform:translateZ(0);*/
	
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	/*-moz-mask-image: -moz-radial-gradient(circle, white 100%, black 100%);
	-ms-mask-image: -ms-radial-gradient(circle, white 100%, black 100%);
	-o-mask-image: -o-radial-gradient(circle, white 100%, black 100%);*/
	mask-image: radial-gradient(circle, white 100%, black 100%);
	
	
	overflow: hidden;
}
#map {
	width: 110%;
	height: 110%;
	margin: -5%;
}
.mbg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/contact/mapb.png);
	background-size: cover;
	background-position: center;
}
.lineL {
	position: absolute;
	top: 84px;
	width: 1px;
	height: 0;
	background: #333;
	
}
.lineB {
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #333;
	
}
 @media screen and (max-width:1100px) {
.txt {
	width: 800px;
	top: 10%;
	bottom: 10%;
	left: 50%;
	margin-left: 0;
}
.mbox {
	width: 600px;
	height: 600px;
}
}
@media screen and (max-height:900px) {
.txt {
	width: 800px;
	top: 50px;
	bottom: 50px;
	left: 50%;
	margin-left: 0;
}
.mbox {
	width: 600px;
	height: 600px;
}
}
@media screen and (max-height: 800px) {
.mbox {
	width: 500px;
	height: 500px;
}
}
@media screen and (max-height: 700px) {
.mbox {
	width: 450px;
	height: 450px;
}
}
@media screen and (max-width:960px), screen and (max-height: 600px) {
.txt {
	width: auto;
	top: 120px;
	bottom: 50px;
	left: 30px;
	right: 30px;
	-webkit-transform: translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
}
.mm {
	width: auto;
	top: 68%;
	left: 0;
	right: 0;
	bottom: auto;
}
.mm > ul {
	border-left: none;
	border-bottom: none;
	padding-left: 0;
	opacity:1;
}
.mm > ul::after {
	display: none;
}

.lineL {
	display: none;
}
.lineB {
	display: none;
	
}
.mbox {
	right: 0;
	left: 0;
	height: 60%;
	width: auto;
}
.map{
	width:100%
	height: 100%;
	margin: 0;
	border-radius: 0;
	-webkit-clip-path:none;
	-moz-clip-path:none;
	-ms-clip-path:none;
	-o-clip-path:none;
	clip-path:none;
	}
#map {
	width: 100%;
	height: 100%;
	margin: 0;
}
.mbg {
	background: none;
}
}
 @media screen and (max-width:520px) {
.txt {
	top: 100px;
	left: 20px;
	right: 20px;
}
}
