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

body, body * {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}
#border{
	position: absolute;
	width: 848px;
	height: 248px;
	top: 0px;
	left: 0px;
	border: 1px black solid;
	z-index: 380;
}
#container{
	position:absolute;
	width:850px;
	height:250px;
	top:0px;
	left:0px;
	margin:auto;
}
}

/* Video Content*/
#videoColor{
	position: absolute;
	width: 850px;
	height: 250px;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.35);
	z-index: 201;
}

#videoContent{
	position: absolute;
	width: 850px;
	height: 250px;
	top: 0px;
	left: 0px;
	background-color: #000;
	z-index: 200;
}

.dc_vc{
	position: absolute;
	width: 20px;
	height: 18px;
	z-index: 500;
}



/* Expanded Content*/
#expanded{
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:250px;
	/*background-image: url('MSN_HTML5_Billboard_Video_Background_970x250.jpg');*/
	z-index:300;
	overflow: hidden;
}


#exit_btn{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor:pointer;
	z-index:400;
}

#ytClose_dc{
	position:absolute;
	top:5px;
	right:5px;
	z-index:1400;
}

#autocomplete {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 100%;
	padding-left: 10px;
	border-radius: 2px 0 0 2px;
	color: #82888a;
	font-family: Circular_Air-Book;
	font-size: 16px;
	
}

#locationField {
	position: absolute;
	top: 128px;
	left: 309px;
	z-index: 1500;
	height: 37px;
	width: 220px;
	margin-bottom: 2px;
	padding-left: 3px;
	font-size: 12pt;
	border-radius: 3px;
	border: solid 1px #c3c3c3;
	background-color: white;
	color: #565a5c;
}
#searchCover {
	position: absolute;
	top: 175px;
	left: 350px;
	z-index: 1401;
	height: 46px;
	width: 249px;
	overflow: hidden;
	display: none;

}
#searchButton{
	position: absolute;
	left: 222px;
	top: -1px;
	height: 32px;
	width: 32px;
	z-index: -1;
	color: white;
	background-color: #ff5a5f;
	border-radius: 0 3px 3px 0;
	border-bottom: solid 1px #D0021B;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 6px;
	background-image: url('magnifying-glass.png');
	background-size: contain;
}

#searchButton:hover{
	background-color: #ff7e82;
}

.pac-container {
	height: 63px;
	overflow-y: scroll;
}
.pac-logo:after{
	display: none;
}
#airBnBformSearch{
	z-index: 420;
	position: absolute;
}

#tagLine{
	font-family: sans-serif;
	font-size: 56px;
	color: white;
	position: absolute;
	top: 15px;
	left: -100px;
	width: 1090px;
	z-index: 420;

}


#logo{
	position: absolute;
	top: 190px;
	left: 15px;
	background-image: url('logo.png');
	height: 44px;
	width: 85px;
	z-index: 420;
	background-size: contain;
}


@font-face{
	font-family: Circular_Air-Book;
	src: url(Circular_Air-Book.ttf);
}
