@font-face{ 
	font-family: 'Circular_Black';
	src: url('../fonts/airbnb/Circular_Black.eot');
	src: url('../fonts/airbnb/Circular_Black.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/airbnb/Circular_Black.woff') format('woff');
}

@font-face{ 
	font-family: 'Circular_Bold';
	src: url('../fonts/airbnb/Circular_Bold.eot');
	src: url('../fonts/airbnb/Circular_Bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/airbnb/Circular_Bold.woff') format('woff');
}

@font-face{ 
	font-family: 'Circular_Book';
	src: url('../fonts/airbnb/Circular_Book.eot');
	src: url('../fonts/airbnb/Circular_Book.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/airbnb/Circular_Book.woff') format('woff');
}

#airbnb_container{
	width: 975px;
	height: 940px;
	margin: auto;
	font-family: 'Circular_Book';
	color:#333;
	font-size:16px;
	
}

#airbnb_container a { 
	text-decoration:none;
 } 
 
 #airbnb_container a:hover { 
	color: #ff5a5f;
	text-decoration:none;
 } 

#airbnb_box0{
	position:relative;
	height: 400px;
	background-image:url(../img/airbnb/airbnb-0.jpg);
	margin-bottom:30px;
	overflow:visible;
}

p.message { font-size:16px; color:#777; margin-top:30px; }
p.message a { color:#777; }

.airbnb_box{
	position:relative;
 	width:100%;
	float:left;
	cursor:pointer;
	display:block;
	background-color:#000;
}

.airbnb_box img{ width:100%; height:auto; /*opacity:0.7;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease; }
.airbnb_box:hover img{ opacity:1; */ }

#airbnb_button { margin-top:60px; }

a.btn-block {
    display: block;
    white-space: normal;
    width: 100%;
}
a.btn {
    display: inline-block;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.43;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
}
a.btn-large {
    padding: 9px 27px;
    font-size: 16px;
}
a.btn {
    border-color: #c4c4c4;
    background: white;
    color: #565a5c;
}


#airbnb_logo{
	width:170px;
	height:60px;
	position:relative;
	top:15px;
	left:760px;
	background-image:url(../img/airbnb/logo.png);
	background-size:170px;	
}

#airbnb_title{
	font-size:50px;
	color:#fff;	
	text-align:center;
	position:relative;
	margin-top:90px;
	font-family: 'Circular_Black';
}

#airbnb_subtitle{
	font-size:20px;
	color:#fff;	
	text-align:center;
	position:relative;
	margin-top:0;
}

#airbnb_searchbox{
	position:absolute;
	bottom:0;
	width:100%;
	height:120px;
	background-color:rgba(0,0,0,0.5);
	text-align:center;	
}

.airbnb_rauschbox{
	position:absolute;
	top:50%;
	width:100%;
	height:50px;
	margin-top:-30px;
	color:#fff;
}	

.airbnb_rauschbox p{
	padding:18px;
	text-align:center;
}

.airbnb_rauschbox img{
	position:relative;
	top:-59px;
	left: 210px;
	width:90px;
}	

.airbnb_rauschbox2{
	color:#fff;
	background-color:#ff5a5f;
	width:150px;
	height:250px;
	float:right;
	text-align:center;
	line-height:20px;
}	

.airbnb_rauschbox2 p{
	margin-top:90px;
}	

.airbnb_highlight{
	color:#ff5a5f;
	font-family: 'Circular_Bold';
}	

.airbnb_bold{
	font-family: 'Circular_Bold';
}	