@CHARSET "UTF-8";

#youtubeplayer{
	border: 0px;
	border-style: none;
}

#propertyInfo{
	margin-top: 100px;
}
#google-map{
  width:100%;
  height:480px;
  border: 1px solid black;
  }
  
#map-canvas {
  width:100%;
  height:480px;
}  
.item{ 
/*   width:600px;*/
/*   height:480px; */
  }
  
.propertyDescription{
	text-indent: 50px;
	text-align: justify;
	font-size: 1.3em;
	border-radius: 15px;
	border: 1px solid #45AED6;
	padding: 1em;
	margin: 1em 0 0 0;
	
}
.gmapFirstHeading{
	font-size: 1em;
	margin: 0px;
}


/* carousel */
#propertyDetailsCarousel{
    height:530px;
    width:600px;
    margin: 0.2em 0 0 0;
    }
.itemDetail{
	height:480px;
	width:600px;
}

.owl-carousel .owl-item{
    height:480px;
    width:100%;
}
.detailsPictures{
    height:480px;
    width:600px;
}
.itemDetail>h4{
	position: absolute;
    z-index: 20;
    background: rgba(144, 144, 138, 0.3) none repeat scroll 0px 0px;
     border-radius: 0px 15px 15px 0px;     
    border-radius: 15px 15px 15px 15px;    
 	font-size: 1.5em;
	color: #000;
padding: 2px 7px;
box-shadow: 0.1em 0.1em 0.1em #0C0B0B;
text-shadow: 0.1em 0.1em 0.1em #7D5A5A;


bottom: 0px;
text-align: center;
left: 20%;
right: 20%; 
	
}
.agentDetails {}
.agentDetails >h2{font-size: 1.2em;}
.agentDetails > ul {
	list-style: none;
}
.officeDetails {}
.officeDetails > h2{font-size: 1.2em;}
.officeDetails >ul {
	list-style: none;
}







@CHARSET "UTF-8";

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
	{
	background: #869791
}
.owl-theme .owl-stage-outer{
	box-shadow: 2px 2px 5px black;
}