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


/*---1. IdxHeader Bg,InnerHeader Bg---*/
/*---2. DateBg---*/
/*---3. Buttons---*/
/*---4. SepLine---*/




/*---1. IdxHeader Bg,InnerHeader Bg---*/
.TopHeader{
	position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.IdxHeaderBg {
	position:relative;
	z-index:0;	    
}
.IdxHeaderBg  ,.InnerHeaderBg ,.AvailPropHeader {
	margin-top: 133px;
}
.IdxHeaderBg img {
	width:100%;
	max-width:100%;	
    margin-bottom: -7px;
}
.IdxHeaderBg .slides li{
	background-size:cover !important;
	background-repeat:no-repeat;
	background-position:top left;	
}
.InnerHeaderBg {
	position:relative;
	/*background-repeat:no-repeat;
	background-position:top left;	
	z-index:0;
	min-height:300px;
	height:300px;
	background-size:cover !important;
	display:table;
	width:100%;*/
}
.InnerHeaderBg .Wrapper{
	display:table-cell;
	vertical-align:middle;	
}

/*---2. DateBg---*/

.DateBg {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-right: 11px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    float: left;
    background-color: #ff7800;
}
.DateBg h5 {
    padding: 15px;
}

/*---3. Buttons---*/

.FillBlackBtn ,.FillOrangeBtn {
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	text-align:center;
	line-height:55px;
	text-transform:uppercase;
	font-family: 'montserratbold';
	letter-spacing:1px;
}
.FillBlackBtn a ,.FillOrangeBtn a {
	display:block;
	background-color:#000;
	color:#fff;
	padding:0px 41px;
	transition: ease-in 0.2s;
}
.FillBlackBtn a:hover ,.FillOrangeBtn a:hover {
	display:block;
	color:#000;
}
.FillOrangeBtn {
	font-size:12px;
	line-height:50px;	
}
.FillOrangeBtn a {
	background-color:#ff7800;
	border-radius:3px;
}
.TransOrangeBtn {
	display:inline-block;
	color:#ff7800;
	font-size:12.50px;
	text-align:center;
	line-height:45px;
	text-transform:uppercase;
	font-family: 'montserratbold';
	letter-spacing:1px;
}
.TransOrangeBtn a  {
	display:block;
	background-color:transparent;
	color:#ff7800;
	padding:0px 41px;
	border:1px solid #ff7800;
	border-radius:3px;
	transition: ease-in 0.2s;
}

.AnimatedBtn {
	width:152px;
}
.AnimatedBtn a{
	width:152px;
	height:55px;
    overflow: hidden;
	position:relative;
    z-index: 0;	
}
.AnimatedBtn a span:first-of-type {
    z-index: 999;
}
.AnimatedBtn a span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);/*0.05, 0.06, 0.05, 0.95*/
    transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
    box-shadow: none;
    color: #fff;
    line-height: 55px;
}
.AnimatedBtn a span:last-of-type {
    background: #fff;
    top: -100%;
}
.AnimatedBtn a:hover span {
    top: 0;
    color: #000;
    display: block;
}
.AnimatedBtn a{
	padding:0px !important;	
	box-sizing:border-box;
}
.AnimatedBtn a:hover ,
.AnimatedBtn a span:last-of-type {
	background-color:#000 ;	
}
.TransOrangeBtn.AnimatedBtn a span {
    color: #ff7800;	
}
.TransOrangeBtn.AnimatedBtn:hover a span ,
.ListingAgent .AnimatedBtn a:hover span {
    color: #fff;	
}
.TransOrangeBtn.AnimatedBtn a:hover {
    background-color: #fff;
}
.TransOrangeBtn.AnimatedBtn a span:last-of-type {
    background: #ff7800;
}
.ListingAgent .AnimatedBtn a:hover {
    background-color: #ff7800;
}

/*---4. SepLine---*/

hr{
	border:0px;
}
.WhiteSepLine {
	border-bottom:2px solid #fff;
	width:100px;
	margin:15px 0 25px;
	text-align:left;
}
.OrangeSepLine {
	border-bottom:3px solid #ff7800;
	width:162px;
	margin:0px 0 10px;
	text-align:left;
}
.BlackSepLine {
	border-bottom:2px solid #000;
	width:72px;
	margin:5px 0 ;
	text-align:left;
}