
.qtPlaces-container {
	opacity: 0;
}

.qtPlaces-container, .qtPlaces-container * {
	box-sizing: border-box;
}

.qtPlaces-container {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	background: #efefef;
}

.qtPlaces-container .qtPlaces-list {
	display: block;
	float: left;
	width: 40%;
	height: 500px;
	background: #efefef;
	overflow-y: scroll;
	overflow-x: visible;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry {
	position: relative;
	padding: 20px 100px 15px 14px;
	margin: 1px 0 0 0;
	min-height: 100px;
	border-bottom: 1px dotted rgba(50, 50, 50, .2);
	background-position: center;
	background-attachment: local;
	background-size: cover;
	background-repeat: no-repeat;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry h4 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 4px solid #2196f3;
	position: relative;
	z-index: 2;
	color: #fff !important;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry p.listdetail {
	font-size: .8em;
	padding: 4px 0 0 0;
	margin-left: 0;
	position: relative;
	z-index: 2;
	color: #cdcdcd !important;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry p.listdetail i {
	opacity: .7;
	margin-right: 2px;
	font-size: .9em;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry .roundbtn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	background: #2196f3;
	color: #fff;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -25px;
	display: block;
	border: none;
	text-align: center;
	z-index: 3;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry .roundbtn i {
	font-size: 30px;
	line-height: 50px;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-entry::after {
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
	z-index: 1;
}

.qtPlaces-container .qtPlaces-list .qtPlaces-menuswitch {
	display: none;
}

.qtPlaces-container .qtPlaces-list::-webkit-scrollbar {
	width: 10px;
	margin-right: -0px;
	z-index: 99999999;
	background-color: rgba(10, 10, 10, .1);
}

.qtPlaces-container .qtPlaces-list::-webkit-scrollbar-track {
	width: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .1);
	z-index: 99999999;
}

.qtPlaces-container .qtPlaces-list::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
	background-color: #2196f3;
}

.qtPlaces-container .qtPlaces-map {
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	width: 60%;
	height: 500px;
	background: #dedede;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer {
	height: 108%;
	background-color: #323232;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker {
	transition: margin .4s ease;
	z-index: 1;
	position: relative;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img {
	background: #1976d2;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	transition: all .4s;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img img {
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	transition: all .2s;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img img.hidethumbnail {
	opacity: 0;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	text-shadow: 2px 0 10px rgba(0, 0, 0, .8);
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img::after {
	display: block;
	content: " ";
	transform: rotate(45deg);
	bottom: -4px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	position: absolute;
	z-index: 1;
	background: #1976d2;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img::before {
	display: block;
	content: " ";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #1976d2;
	position: absolute;
	z-index: 0;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents {
	display: none;
	position: absolute;
	background: #efefef;
	color: #343434;
	width: 250px;
	padding: 20px;
	transition: all .4s;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents a {
	text-decoration: none;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents p {
	margin: 0;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .det {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 0;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .det i {
	margin-right: 10px;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents h5.locationname {
	margin-bottom: 4px;
	font-size: 18px;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .location {
	margin: 4px 0 15px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.3em;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .location span {
	display: block;
	font-weight: bold;
	clear: both;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents i.fa-close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 26px;
	cursor: pointer;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active {
	margin-left: -80px;
	margin-top: -120px;
	z-index: 100;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .qtPlaces-marker-img {
	border-radius: 0;
	width: 250px;
	height: 130px;
	overflow: hidden;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .qtPlaces-marker-img img, .qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .qtPlaces-marker-img img.hidethumbnail {
	width: 100%;
	height: auto;
	border-radius: 0;
	left: 0;
	opacity: 1;
}

.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .markercontents {
	display: block;
}

.qtPlaces-container .qtPlaces-tags {
	position: absolute;
	padding: 12px;
	bottom: 20px;
	left: 0;
	z-index: 2;
}

.qtPlaces-container .qtPlaces-tags .qtPlaces-tag {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	height: 26px;
	margin: 0 5px 5px 0;
	font-size: .8em;
	background-color: rgba(10, 10, 10, .4);
	color: #fff;
	border-radius: 12px;
	border: 3px solid #fff;
	padding: 0 10px 0 2px;
	transition: background-color .5s;
}

.qtPlaces-container .qtPlaces-tags .qtPlaces-tag i {
	display: inline-block;
	border-radius: 50%;
	line-height: 19px;
	width: 17px;
	height: 17px;
	background: #2196f3;
	text-align: center;
	font-size: 12px;
}

.qtPlaces-container .qtPlaces-tags .qtPlaces-tag:hover {
	background-color: rgba(10, 10, 10, .9);
}

.qtPlaces-container .qtPlaces-tags .qtPlaces-tag.active {
	opacity: 1;
	background-color: #2196f3;
}

.qtPlaces-container img[src*="http://maps.gstatic.com/mapfiles/google_white"] {
	display: none;
}

.qtPlaces-container a {
	box-shadow: none !important;
	text-decoration: none !important;
}

.qtPlaces-container a:hover {
	box-shadow: none !important;
	text-decoration: none !important;
}

.qtPlaces-container .qtPlaces-menuswitch {
	display: none;
}

.qtPlaces-container .qtPlaces-menuswitch i {
	padding: 0;
	line-height: 50px;
	height: 50px;
	position: relative;
	top: 0;
}

.qtPlaces-container.dark .gm-style {
	background-color: #121212;
}

.qtPlaces-container.qtPlaces-template-2 {
	overflow: hidden;
}

.qtPlaces-container.qtPlaces-template-2 .qtPlaces-list {
	width: 360px;
	position: absolute;
	z-index: 20;
	left: -360px;
	top: 0;
	transition: left .4s ease;
}

.qtPlaces-container.qtPlaces-template-2 .qtPlaces-map {
	width: 100%;
}

.qtPlaces-container.qtPlaces-template-2 .qtPlaces-map .qtPlaces-mapcontainer {
	left: 0;
	transition: left .4s ease;
}

.qtPlaces-container.qtPlaces-template-2 .qtPlaces-tags {
	bottom: 8px;
	right: 30px;
	left: auto;
}

.qtPlaces-container.qtPlaces-template-2 .qtPlaces-menuswitch {
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 0;
	z-index: 10;
	text-align: center;
	font-size: 28px;
	top: 100px;
	margin: -25px 10px 10px 10px;
	transition: left .4s ease;
	cursor: pointer;
}

.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-list {
	left: 0;
}

.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-menuswitch {
	left: 360px;
}

.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-mapcontainer {
	left: 160px;
}

.qtPlaces-container.qtPlaces-template-3 {
	overflow: hidden;
}

.qtPlaces-container.qtPlaces-template-3 .qtPlaces-list {
	width: 360px;
	position: absolute;
	z-index: 20;
	right: -360px;
	left: auto;
	top: 0;
	transition: right .4s ease;
}

.qtPlaces-container.qtPlaces-template-3 .qtPlaces-map {
	width: 100%;
}

.qtPlaces-container.qtPlaces-template-3 .qtPlaces-map .qtPlaces-mapcontainer {
	right: 0;
	transition: right .4s ease;
}

.qtPlaces-container.qtPlaces-template-3 .qtPlaces-tags {
	top: 0;
	bottom: auto;
	left: 0;
}

.qtPlaces-container.qtPlaces-template-3 .qtPlaces-menuswitch {
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: auto;
	right: 0;
	z-index: 10;
	text-align: center;
	font-size: 28px;
	top: 100px;
	margin: -25px 10px 10px 10px;
	transition: right .4s ease;
	cursor: pointer;
}

.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-list {
	right: 0;
}

.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-menuswitch {
	right: 360px;
}

.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-mapcontainer {
	right: 360px;
}

.gm-style * {
	box-shadow: none !important;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: 82px !important;
	right: 38px !important;
}

@media (max-width: 1023px) {
	.qtPlaces-container {
		height: 450px;
	}
	
	.qtPlaces-container .qtPlaces-list, .qtPlaces-container .qtPlaces-map {
		width: 100%;
		float: none;
		clear: both;
		height: 150px;
	}
	
	.qtPlaces-container .qtPlaces-map {
		height: 300px;
	}
	
	.qtPlaces-tags {
		display: none;
	}
	
	.qtPlaces-container.qtPlaces-template-1 {
		height: 380px !important;
	}
	
	.qtPlaces-container.qtPlaces-template-1 .qtPlaces-list {
		height: 180px !important;
	}
	
	.qtPlaces-container.qtPlaces-template-1 .qtPlaces-map {
		height: 200px !important;
	}
	
	.qtPlaces-container.qtPlaces-template-1 .qtPlaces-map .qtPlaces-mapcontainer {
		height: 112%;
	}
	
	.qtPlaces-container.qtPlaces-template-2 {
		overflow: hidden;
	}
	
	.qtPlaces-container.qtPlaces-template-2 .qtPlaces-list {
		width: 80%;
		left: -80%;
	}
	
	.qtPlaces-container.qtPlaces-template-2 .qtPlaces-menuswitch {
		margin: 0;
	}
	
	.qtPlaces-container.qtPlaces-template-2 .qtPlaces-list, .qtPlaces-container.qtPlaces-template-2 .qtPlaces-map {
		height: 100%;
	}
	
	.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-list {
		left: 0;
	}
	
	.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-menuswitch {
		left: 80%;
	}
	
	.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-mapcontainer {
		left: 60%;
	}
	
	.qtPlaces-container.qtPlaces-template-3 {
		overflow: hidden;
	}
	
	.qtPlaces-container.qtPlaces-template-3 .qtPlaces-list {
		width: 80%;
		right: -80%;
	}
	
	.qtPlaces-container.qtPlaces-template-3 .qtPlaces-list, .qtPlaces-container.qtPlaces-template-3 .qtPlaces-map {
		height: 100%;
	}
	
	.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-list {
		right: 0;
	}
	
	.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-menuswitch {
		right: 80%;
	}
	
	.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-mapcontainer {
		right: 50%;
	}
	
	.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
		bottom: 48px !important;
		right: 24px !important;
	}
}
