.place-video{
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-top: 60px;
}
.place-video video{
	margin-top: 5px;
}
.col-md-6:nth-child(1){
	padding: 0 15px 0 0;
}
.col-md-6:nth-child(2){
	padding: 0 0 0 15px;
}
.place-info{
	margin: 40px 0;
}
.place-info h6{
	font-size: 19px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}
.place-info p{
	margin-bottom: 0;
	color: #282525;
	font-size: 16px;
}
.myDarkColor p{
	color: #aaaaaf;
}
.place-info h6,.place-info span{
	color: #e15a2d;
}
.place-info img{
	margin-bottom: 40px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.col-md-6:nth-child(1),.col-md-6:nth-child(2){
		padding: 0 !important;
	}
} 